aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2cbc7281..b17cb885 100644
--- a/Makefile
+++ b/Makefile
@@ -123,4 +123,4 @@ clean:
distclean: clean
$(Q)rm -f .config .config.old
--include $(patsubst %,$(OUT)%/*.d,$(dirs-y))
+-include $(OUT)*.d $(patsubst %,$(OUT)%/*.d,$(dirs-y))