mirror of https://github.com/YosysHQ/icestorm.git
parent
9594931536
commit
37227e2b18
7
Makefile
7
Makefile
|
|
@ -1,7 +1,10 @@
|
|||
SUBDIRS = icebox icepack iceprog icemulti icepll icetime icebram
|
||||
|
||||
include config.mk
|
||||
|
||||
SUBDIRS := icebox icepack icemulti icepll icebram icetime
|
||||
ifeq ($(ICEPROG),1)
|
||||
SUBDIRS += iceprog
|
||||
endif
|
||||
|
||||
all: $(addsuffix .all,$(SUBDIRS))
|
||||
$(addsuffix .all,$(SUBDIRS)):
|
||||
$(MAKE) -C $(basename $@) all
|
||||
|
|
|
|||
Loading…
Reference in New Issue