Fix the script to run make_dtb.sh instead of just dtc.
This commit is contained in:
parent
76b29e9c4f
commit
a1e332c5b8
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user