Index: head/sys/dts/Makefile.inc =================================================================== --- head/sys/dts/Makefile.inc (revision 340389) +++ head/sys/dts/Makefile.inc (revision 340390) @@ -1,13 +1,13 @@ # $FreeBSD$ SYSDIR?=${SRCTOP}/sys test-dts: .for dts in ${DTS} @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtb.sh ${SYSDIR} ${dts} /tmp +.endfor test-dtso: .for dtso in ${DTSO} @env MACHINE=`basename ${.CURDIR}` ${SYSDIR}/tools/fdt/make_dtbo.sh ${SYSDIR} ${dtso} /tmp - .endfor Index: head/sys/dts/arm/Makefile =================================================================== --- head/sys/dts/arm/Makefile (revision 340389) +++ head/sys/dts/arm/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: head/sys/dts/arm/Makefile.inc =================================================================== --- head/sys/dts/arm/Makefile.inc (nonexistent) +++ head/sys/dts/arm/Makefile.inc (revision 340390) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" Property changes on: head/sys/dts/arm/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sys/dts/arm/overlays/Makefile =================================================================== --- head/sys/dts/arm/overlays/Makefile (revision 340389) +++ head/sys/dts/arm/overlays/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTSO!=ls *.dtso +DTSO!=ls ${.CURDIR}/*.dtso all: test-dtso .include Index: head/sys/dts/arm64/Makefile =================================================================== --- head/sys/dts/arm64/Makefile (revision 340389) +++ head/sys/dts/arm64/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: head/sys/dts/arm64/Makefile.inc =================================================================== --- head/sys/dts/arm64/Makefile.inc (nonexistent) +++ head/sys/dts/arm64/Makefile.inc (revision 340390) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" Property changes on: head/sys/dts/arm64/Makefile.inc ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sys/dts/arm64/overlays/Makefile =================================================================== --- head/sys/dts/arm64/overlays/Makefile (revision 340389) +++ head/sys/dts/arm64/overlays/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTSO!=ls *.dtso +DTSO!=ls ${.CURDIR}/*.dtso all: test-dtso .include Index: head/sys/dts/mips/Makefile =================================================================== --- head/sys/dts/mips/Makefile (revision 340389) +++ head/sys/dts/mips/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: head/sys/dts/powerpc/Makefile =================================================================== --- head/sys/dts/powerpc/Makefile (revision 340389) +++ head/sys/dts/powerpc/Makefile (revision 340390) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include