The branch main has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=a0ee5920bee25b8621da55e6b2b563714a92ccb7
commit a0ee5920bee25b8621da55e6b2b563714a92ccb7 Author: Emmanuel Vadot <[email protected]> AuthorDate: 2021-01-16 10:33:37 +0000 Commit: Emmanuel Vadot <[email protected]> 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}} _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
