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:
Sean Anderson 2023-03-05 20:45:55 -05:00
parent 4b8aa53d12
commit 66945f11d9
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@ PNR_RETRIES := 10
$(ICEPACK) $< $@
-include $(wildcard rtl/*.d)
-include $(wildcard examples/*/*.d)
export LIBPYTHON_LOC := $(shell cocotb-config --libpython)
VVPFLAGS := -M $(shell cocotb-config --lib-dir)