diff options
Diffstat (limited to 'core/test/Makefile.check')
-rw-r--r-- | core/test/Makefile.check | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/test/Makefile.check b/core/test/Makefile.check index 840ce25f..7ffbfc4e 100644 --- a/core/test/Makefile.check +++ b/core/test/Makefile.check @@ -31,7 +31,7 @@ core/test/stubs.o: core/test/stubs.d core/test/%.d: core/test/%.c $(HOSTCC) $(HOSTCFLAGS) -I include -I . -I libfdt -M $< > $@ --include core/test/*.d +-include $(wildcard core/test/*.d) clean: core-test-clean |