Make sure dependency file import works with new hw/ and fw/ sub-directories.
Signed-off-by: Kevin O'Connor kevin@koconnor.net --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile index fb1f81f..b846491 100644 --- a/Makefile +++ b/Makefile @@ -253,4 +253,4 @@ distclean: clean $(OUT) $(addprefix $(OUT), $(DIRS)): $(Q)mkdir $@
--include $(OUT)*.d +-include $(patsubst %,$(OUT)%/*.d,$(DIRS))