mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
mips: Add the device-tree path to the include paths
This commit is contained in:
parent
fa67846c6f
commit
a0ee5920be
1 changed files with 1 additions and 1 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue