summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2016-10-21 12:05:23 -0400
committerKevin O'Connor <kevin@koconnor.net>2016-10-21 12:05:23 -0400
commit75411cec118744dc58888701f71c57e95ac0e023 (patch)
tree3415d8ace159a5c91b3038887977305358ba3017 /Makefile
parent00b0402a49bd9c431fe564b2979d42fd2f79e5e9 (diff)
downloadqemu-seabios-75411cec118744dc58888701f71c57e95ac0e023.tar.gz
build: Be sure to also include out/*.d in Makefile
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 41bfcf4..1916ecf 100644
--- a/Makefile
+++ b/Makefile
@@ -281,4 +281,4 @@ clean:
distclean: clean
$(Q)rm -f .config .config.old
--include $(patsubst %,$(OUT)%/*.d,$(DIRS))
+-include $(OUT)*.d $(patsubst %,$(OUT)%/*.d,$(DIRS))