diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -112,8 +112,8 @@ quiet_cmd_clean = CLEAN $(obj) dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp) -dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ - -Iinclude -I$(src) -Itestcase-data \ +dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \ + -Iinclude -I$(src) -Isrc -Itestcase-data \ -undef -D__DTS__ quiet_cmd_dtc = DTC $@ |
