aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dtc
diff options
context:
space:
mode:
authorRob Herring <robh@kernel.org>2020-10-06 08:38:32 -0500
committerRob Herring <robh@kernel.org>2020-10-06 08:38:32 -0500
commitaa6174f0d31e4d5785a843fc79a433bed7cac784 (patch)
treeaf3634259876c4986ef4fde2972e40c8d0f1068a /scripts/dtc
parentdt-bindings: mfd: ti,j721e-system-controller: Fix incorrect pattern property (diff)
parentscripts/dtc: only append to HOST_EXTRACFLAGS instead of overwriting (diff)
downloadlinux-dev-aa6174f0d31e4d5785a843fc79a433bed7cac784.tar.xz
linux-dev-aa6174f0d31e4d5785a843fc79a433bed7cac784.zip
Merge branch 'dt/linus' into dt/next
Diffstat (limited to 'scripts/dtc')
-rw-r--r--scripts/dtc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile
index a698ece43fff..4852bf44e913 100644
--- a/scripts/dtc/Makefile
+++ b/scripts/dtc/Makefile
@@ -9,7 +9,7 @@ dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \
dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
# Source files need to get at the userspace version of libfdt_env.h to compile
-HOST_EXTRACFLAGS := -I $(srctree)/$(src)/libfdt
+HOST_EXTRACFLAGS += -I $(srctree)/$(src)/libfdt
ifeq ($(shell pkg-config --exists yaml-0.1 2>/dev/null && echo yes),)
ifneq ($(CHECK_DT_BINDING)$(CHECK_DTBS),)