3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-24 01:25:33 +00:00

Added EXTRA_TARGETS Makefile variable

This commit is contained in:
Clifford Wolf 2013-03-28 16:53:40 +01:00
parent eff8c68dd9
commit d60fbaf664
2 changed files with 3 additions and 2 deletions

View file

@ -1,5 +1,5 @@
TARGETS += techlibs/blackbox.v
EXTRA_TARGETS += techlibs/blackbox.v
techlibs/blackbox.v: techlibs/blackbox.sed techlibs/simlib.v techlibs/stdcells_sim.v
cat techlibs/simlib.v techlibs/stdcells_sim.v | sed -rf techlibs/blackbox.sed > techlibs/blackbox.v.new