commit | 836ec5cd0066188e191c892b87cb473221a0b570 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Sat Sep 14 22:05:58 2013 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Sep 18 20:48:34 2013 -0400 |
tree | 7fcbe30170a5b0262c1ce20c828758fefc529af2 | |
parent | b4f4d331e0011c69d40e285ef710cca09c093159 [diff] |
build: Fix import of gcc dependency files. Make sure dependency file import works with new hw/ and fw/ sub-directories. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
diff --git a/Makefile b/Makefile index 83820fe..70ba8d9 100644 --- a/Makefile +++ b/Makefile
@@ -253,4 +253,4 @@ $(OUT) $(addprefix $(OUT), $(DIRS)): $(Q)mkdir $@ --include $(OUT)*.d +-include $(patsubst %,$(OUT)%/*.d,$(DIRS))