Fix running the builddtb target on a noexec file system

Obtained from:	CheriBSD
This commit is contained in:
Alex Richardson 2020-08-25 13:30:09 +00:00
parent 2b6ee34cf6
commit eb51ce8efb

View File

@ -3260,7 +3260,7 @@ DTBOUTPUTPATH= ${.CURDIR}
#
builddtb: .PHONY
@PATH=${TMPPATH} MACHINE=${TARGET} \
${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
sh ${.CURDIR}/sys/tools/fdt/make_dtb.sh ${.CURDIR}/sys \
"${FDT_DTS_FILE}" ${DTBOUTPUTPATH}
###############