]> git.zerfleddert.de Git - raggedstone/blob - ethernet/Makefile
only regenerate cores when needed, and not on every build
[raggedstone] / ethernet / Makefile
1 PROJECT := ethernet
2 CLEANFILES := param.opt icon.* icon_flist.txt icon_readme.txt icon_xmdf.tcl ila.* ila_flist.txt ila_readme.txt ila_xmdf.tcl
3
4 ethernet_all: ip all
5
6 ip: icon.ngc ila.ngc
7
8 icon.ngc: icon_core.xco
9 coregen -b $<
10 -rmdir -p tmp/_cg
11
12 ila.ngc: ila_core.xco
13 coregen -b $<
14 -rmdir -p tmp/_cg
15
16 include ../common/Makefile.common
Impressum, Datenschutz