Fix the script to run make_dtb.sh instead of just dtc.

This commit is contained in:
Rui Paulo 2014-06-07 02:38:13 +00:00
parent 76b29e9c4f
commit a1e332c5b8

View File

@ -1,7 +1,10 @@
# $FreeBSD$
SYSDIR?=${.CURDIR}/../../../..
test-dts:
.for dts in ${DTS}
dtc -I dts -O dtb -o /dev/null ${dts}
@env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp
.endfor