1d90157262
Move dependency includes into a new spdk.deps.mk file, then include it at the end of Makefiles that build source files. Also add a test to autobuild.sh to confirm that binaries are regenerated if we make after touching a header file. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: If6a1905706a840f92cbdf3ace7fbdb27fe2de213
4 lines
43 B
Makefile
4 lines
43 B
Makefile
.PRECIOUS: $(OBJS)
|
|
|
|
-include $(OBJS:.o=.d)
|