19e45a316SWarner LoshSYSDIR?=${SRCTOP}/sys 22e36db14SWarner Losh 32e36db14SWarner Loshtest-dts: 42e36db14SWarner Losh.for dts in ${DTS} 52e36db14SWarner Losh @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp 6*851f1a11SKyle Evans.endfor 72e36db14SWarner Losh 8c2f5940dSEmmanuel Vadottest-dtso: 9c2f5940dSEmmanuel Vadot.for dtso in ${DTSO} 10c2f5940dSEmmanuel Vadot @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtbo.sh ${SYSDIR} ${dtso} /tmp 11c2f5940dSEmmanuel Vadot.endfor 12