diff options
Diffstat (limited to 'scripts/dtc')
-rw-r--r-- | scripts/dtc/Makefile | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/scripts/dtc/Makefile b/scripts/dtc/Makefile index 9cac65b7419c..1c943e03eaf2 100644 --- a/scripts/dtc/Makefile +++ b/scripts/dtc/Makefile | |||
@@ -9,21 +9,11 @@ dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ | |||
9 | dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o | 9 | dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o |
10 | 10 | ||
11 | # Source files need to get at the userspace version of libfdt_env.h to compile | 11 | # Source files need to get at the userspace version of libfdt_env.h to compile |
12 | HOST_EXTRACFLAGS := -I$(src)/libfdt | ||
12 | 13 | ||
13 | HOSTCFLAGS_DTC := -I$(src) -I$(src)/libfdt | 14 | # Generated files need one more search path to include headers in source tree |
14 | 15 | HOSTCFLAGS_dtc-lexer.lex.o := -I$(src) | |
15 | HOSTCFLAGS_checks.o := $(HOSTCFLAGS_DTC) | 16 | HOSTCFLAGS_dtc-parser.tab.o := -I$(src) |
16 | HOSTCFLAGS_data.o := $(HOSTCFLAGS_DTC) | ||
17 | HOSTCFLAGS_dtc.o := $(HOSTCFLAGS_DTC) | ||
18 | HOSTCFLAGS_flattree.o := $(HOSTCFLAGS_DTC) | ||
19 | HOSTCFLAGS_fstree.o := $(HOSTCFLAGS_DTC) | ||
20 | HOSTCFLAGS_livetree.o := $(HOSTCFLAGS_DTC) | ||
21 | HOSTCFLAGS_srcpos.o := $(HOSTCFLAGS_DTC) | ||
22 | HOSTCFLAGS_treesource.o := $(HOSTCFLAGS_DTC) | ||
23 | HOSTCFLAGS_util.o := $(HOSTCFLAGS_DTC) | ||
24 | |||
25 | HOSTCFLAGS_dtc-lexer.lex.o := $(HOSTCFLAGS_DTC) | ||
26 | HOSTCFLAGS_dtc-parser.tab.o := $(HOSTCFLAGS_DTC) | ||
27 | 17 | ||
28 | # dependencies on generated files need to be listed explicitly | 18 | # dependencies on generated files need to be listed explicitly |
29 | $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h | 19 | $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h |