build: Don't remove dts/ directory on clean
This patch fixes an issue where any make target executing the the clean from the root source directory would remove the dts directory. This is not necessary and can cause build issues on following make commands. ZEP-1968 Change-Id: I2cc751d8fd24bd77e425860686b66644ade44eeb Signed-off-by: Andy Gross <andy.gross@linaro.org>
This commit is contained in:
parent
f475d2cde9
commit
c65c6a9029
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -1030,7 +1030,6 @@ depend dep:
|
||||||
|
|
||||||
# Directories & files removed with 'make clean'
|
# Directories & files removed with 'make clean'
|
||||||
CLEAN_DIRS += $(MODVERDIR)
|
CLEAN_DIRS += $(MODVERDIR)
|
||||||
CLEAN_DIRS += $(MODVERDIR) dts/
|
|
||||||
|
|
||||||
CLEAN_FILES += misc/generated/sysgen/kernel_main.c \
|
CLEAN_FILES += misc/generated/sysgen/kernel_main.c \
|
||||||
misc/generated/sysgen/sysgen.h \
|
misc/generated/sysgen/sysgen.h \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue