TT#14008 add make dependencies for header files

Rebuilding everything every time a header file changes might be
overkill, but it's easy addition and much less hassle than .d files.

Change-Id: I11aeddbcc5ecc48dfca2adf249129c936c7f6d30
pull/1373/head
Richard Fuchs 4 years ago
parent 3f69a48f07
commit 0c7a1fdf28

@ -17,7 +17,7 @@ clean:
install:
$(OBJS): Makefile
$(OBJS): Makefile ../include/* ../lib/*.h ../kernel-module/*.h
$(LIBSRCS): $(patsubst %,../lib/%,$(LIBSRCS))
( echo '/******** GENERATED FILE ********/' && \

Loading…
Cancel
Save