Use proper include path for dtc as well as cpp.

This commit is contained in:
Warner Losh 2014-02-28 22:37:35 +00:00
parent 3bd5959e3b
commit 8b86933acc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262626

View File

@ -8,4 +8,4 @@ dts=$2
dtb=$3
cpp -x assembler-with-cpp -I $S/gnu/dts/include -I $S/boot/fdt/dts/${MACHINE} -I $S/gnu/dts/${MACHINE} -include $dts /dev/null |
dtc -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts -i $S/gnu/dts/${MACHINE}
dtc -O dtb -o $dtb -b 0 -p 1024 -i $S/boot/fdt/dts/${MACHINE} -i $S/gnu/dts/${MACHINE}