build: Be sure to also include out/*.d in Makefile

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2016-10-21 12:05:23 -04:00
parent 00b0402a49
commit 75411cec11
1 changed files with 1 additions and 1 deletions

View File

@ -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))