riscv: Add the device-tree path to the include path

This commit is contained in:
Emmanuel Vadot 2021-01-16 11:31:17 +01:00
parent fe258f23ef
commit 384bd0b5b0

View File

@ -26,7 +26,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
# Set the ELF LMA to the address that OpenSBI's fw_jump jumps to. This allows
# us to load the kernel with the -kernel flag in QEMU without having to embed