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