Browse Source

[Scripts] Include dependency file for .c in Makefile.Test

Isaku Yamahata 4 years ago
parent
commit
07722756e5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Scripts/Makefile.Test

+ 1 - 0
Scripts/Makefile.Test

@@ -58,6 +58,7 @@ pal_loader:
 	ln -sf $(RUNTIME)/pal_loader
 
 ifeq ($(filter %clean,$(MAKECMDGOALS)),)
+include $(wildcard *.d)
 ifeq ($(SGX),1)
 include $(addsuffix .manifest.sgx.d,$(patsubst %.manifest,%,$(exec_target)))
 endif