diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2016-10-21 12:05:23 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2016-10-21 12:05:23 -0400 |
commit | 75411cec118744dc58888701f71c57e95ac0e023 (patch) | |
tree | 3415d8ace159a5c91b3038887977305358ba3017 /Makefile | |
parent | 00b0402a49bd9c431fe564b2979d42fd2f79e5e9 (diff) | |
download | 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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |