From 66945f11d9dce30a8ed8b6cc8d21c3108b3aa2fe Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sun, 5 Mar 2023 20:45:55 -0500 Subject: [PATCH] Makefile: Include example dependencies Examples have dependencies too! Fixes: 45b134b ("Add examples") Signed-off-by: Sean Anderson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 16c320a..5a4defc 100644 --- a/Makefile +++ b/Makefile @@ -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)