Explorar el Código

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

Isaku Yamahata hace 4 años
padre
commit
07722756e5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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