]>
Commit | Line | Data |
---|---|---|
e00b64cc | 1 | PROJECT := ethernet |
f5e6af20 | 2 | CLEANFILES := param.opt icon.* icon_flist.txt icon_readme.txt icon_xmdf.tcl ila.* ila_flist.txt ila_readme.txt ila_xmdf.tcl |
e00b64cc | 3 | |
c8b3e197 | 4 | ethernet_all: ip all |
5 | ||
40a64bf1 | 6 | ip: icon.ngc ila.ngc |
c8b3e197 | 7 | |
f5e6af20 | 8 | icon.ngc: icon_core.xco |
40a64bf1 MG |
9 | coregen -b $< |
10 | -rmdir -p tmp/_cg | |
c8b3e197 | 11 | |
f5e6af20 | 12 | ila.ngc: ila_core.xco |
40a64bf1 MG |
13 | coregen -b $< |
14 | -rmdir -p tmp/_cg | |
c8b3e197 | 15 | |
e00b64cc | 16 | include ../common/Makefile.common |