[SeaBIOS] [PATCH 10/23] build: Fix import of gcc dependency files.

Kevin O'Connor kevin at koconnor.net
Sun Sep 15 07:10:15 CEST 2013


Make sure dependency file import works with new hw/ and fw/
sub-directories.

Signed-off-by: Kevin O'Connor <kevin at 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))
-- 
1.8.3.1




More information about the SeaBIOS mailing list