diff options
author | Rob Herring | 2020-10-06 08:38:32 -0500 |
---|---|---|
committer | Rob Herring | 2020-10-06 08:38:32 -0500 |
commit | aa6174f0d31e4d5785a843fc79a433bed7cac784 (patch) | |
tree | af3634259876c4986ef4fde2972e40c8d0f1068a /scripts/dtc | |
parent | 1b25b207d207f2bdbc7aeff81426e6a0428a6012 (diff) | |
parent | efe84d408bf41975db8506d3a1cc02e794e2309c (diff) |
Merge branch 'dt/linus' into dt/next
Diffstat (limited to 'scripts/dtc')
-rw-r--r-- | scripts/dtc/Makefile | 2 |
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),) |