From a0ee5920bee25b8621da55e6b2b563714a92ccb7 Mon Sep 17 00:00:00 2001 From: Emmanuel Vadot Date: Sat, 16 Jan 2021 11:33:37 +0100 Subject: [PATCH] mips: Add the device-tree path to the include paths --- sys/conf/Makefile.mips | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/Makefile.mips b/sys/conf/Makefile.mips index 0060ad7f03d..add27c1752a 100644 --- a/sys/conf/Makefile.mips +++ b/sys/conf/Makefile.mips @@ -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}} -- 2.45.0