mips: Add the device-tree path to the include paths

This commit is contained in:
Emmanuel Vadot 2021-01-16 11:33:37 +01:00
parent fa67846c6f
commit a0ee5920be

View File

@ -28,7 +28,7 @@ S= ../../..
.endif
.include "$S/conf/kern.pre.mk"
INCLUDES+= -I$S/contrib/libfdt
INCLUDES+= -I$S/contrib/libfdt -I$S/contrib/device-tree/include
LDSCRIPT_NAME?=ldscript.$M
SYSTEM_LD:= ${SYSTEM_LD:$S/conf/${LDSCRIPT_NAME}=${LDSCRIPT_NAME}}