Skip to content

Commit

Permalink
ODROID: missing include path for .dtb
Browse files Browse the repository at this point in the history
Signed-off-by: Dongjin Kim <[email protected]>
  • Loading branch information
tobetter committed Apr 27, 2018
1 parent a07046b commit 4ede81c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/Makefile.lib
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ dtc_cpp_flags = -Wp,-MD,$(depfile).pre.tmp -nostdinc \
-I$(srctree)/arch/$(SRCARCH)/boot/dts \
-I$(srctree)/arch/$(SRCARCH)/boot/dts/include \
-I$(srctree)/drivers/of/testcase-data \
-I$(srctree)/include \
-undef -D__DTS__

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

0 comments on commit 4ede81c

Please sign in to comment.