git: a0ee5920bee2 - main - mips: Add the device-tree path to the include paths

Emmanuel Vadot manu at FreeBSD.org
Sat Jan 16 10:34:44 UTC 2021


The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/src/commit/?id=a0ee5920bee25b8621da55e6b2b563714a92ccb7

commit a0ee5920bee25b8621da55e6b2b563714a92ccb7
Author:     Emmanuel Vadot <manu at FreeBSD.org>
AuthorDate: 2021-01-16 10:33:37 +0000
Commit:     Emmanuel Vadot <manu at FreeBSD.org>
CommitDate: 2021-01-16 10:33:37 +0000

    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 0060ad7f03d3..add27c1752a1 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}}


More information about the dev-commits-src-all mailing list