]> git.zerfleddert.de Git - raggedstone/blame_incremental - ethernet/Makefile
white space; fixme
[raggedstone] / ethernet / Makefile
... / ...
CommitLineData
1PROJECT := ethernet
2CLEANFILES := param.opt icon.* icon_flist.txt icon_readme.txt icon_xmdf.tcl ila.* ila_flist.txt ila_readme.txt ila_xmdf.tcl
3
4ethernet_all: ip all
5
6ip: icon.ngc ila.ngc
7
8icon.ngc: icon_core.xco
9 coregen -b $<
10 -rmdir -p tmp/_cg
11
12ila.ngc: ila_core.xco
13 coregen -b $<
14 -rmdir -p tmp/_cg
15
16include ../common/Makefile.common
Impressum, Datenschutz