Makefile: Include example dependencies
Examples have dependencies too!
Fixes: 45b134b
("Add examples")
Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
parent
4b8aa53d12
commit
66945f11d9
1
Makefile
1
Makefile
|
@ -97,6 +97,7 @@ PNR_RETRIES := 10
|
||||||
$(ICEPACK) $< $@
|
$(ICEPACK) $< $@
|
||||||
|
|
||||||
-include $(wildcard rtl/*.d)
|
-include $(wildcard rtl/*.d)
|
||||||
|
-include $(wildcard examples/*/*.d)
|
||||||
|
|
||||||
export LIBPYTHON_LOC := $(shell cocotb-config --libpython)
|
export LIBPYTHON_LOC := $(shell cocotb-config --libpython)
|
||||||
VVPFLAGS := -M $(shell cocotb-config --lib-dir)
|
VVPFLAGS := -M $(shell cocotb-config --lib-dir)
|
||||||
|
|
Loading…
Reference in New Issue