Browse Source

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
commit
0c7a1fdf28
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/common.Makefile

+ 1
- 1
lib/common.Makefile View File

@ -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