Skip to content

Commit 4ede81c

Browse files
committed
ODROID: missing include path for .dtb
Signed-off-by: Dongjin Kim <[email protected]>
1 parent a07046b commit 4ede81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/Makefile.lib

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
158158
-I$(srctree)/arch/$(SRCARCH)/boot/dts \
159159
-I$(srctree)/arch/$(SRCARCH)/boot/dts/include \
160160
-I$(srctree)/drivers/of/testcase-data \
161+
-I$(srctree)/include \
161162
-undef -D__DTS__
162163

163164
# Finds the multi-part object the current object will be linked into

0 commit comments

Comments
 (0)