Date: Sat, 16 Jan 2021 10:34:44 GMT From: Emmanuel Vadot <manu@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: a0ee5920bee2 - main - mips: Add the device-tree path to the include paths Message-ID: <202101161034.10GAYiYw088475@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a0ee5920bee25b8621da55e6b2b563714a92ccb7 commit a0ee5920bee25b8621da55e6b2b563714a92ccb7 Author: Emmanuel Vadot <manu@FreeBSD.org> AuthorDate: 2021-01-16 10:33:37 +0000 Commit: Emmanuel Vadot <manu@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}}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101161034.10GAYiYw088475>