1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-22 11:17:19 +00:00

Add the dts include directory to the -I list when doing arm builds.

This commit is contained in:
Ian Lepore 2014-08-08 01:21:52 +00:00
parent 905dd80f80
commit 4dbea79844
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=269697

View File

@ -30,7 +30,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
INCLUDES+= -I$S/contrib/libfdt
INCLUDES+= -I$S/contrib/libfdt -I$S/gnu/dts/include
SYSTEM_LD:= ${SYSTEM_LD:$S/conf/ldscript.$M=ldscript.$M}
SYSTEM_DEP:= ${SYSTEM_DEP:$S/conf/ldscript.$M=ldscript.$M}