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

Fixed build with SMALL=1

This commit is contained in:
Clifford Wolf 2014-12-30 11:41:24 +01:00
parent d72a666440
commit c64b1de11d
3 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,7 @@
ifneq ($(SMALL),1)
OBJS += techlibs/common/synth.o
endif
EXTRA_TARGETS += techlibs/common/blackbox.v