Index: stable/12/sys/dts/Makefile.inc =================================================================== --- stable/12/sys/dts/Makefile.inc (revision 340645) +++ stable/12/sys/dts/Makefile.inc (revision 340646) @@ -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: stable/12/sys/dts/arm/Makefile =================================================================== --- stable/12/sys/dts/arm/Makefile (revision 340645) +++ stable/12/sys/dts/arm/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: stable/12/sys/dts/arm/Makefile.inc =================================================================== --- stable/12/sys/dts/arm/Makefile.inc (nonexistent) +++ stable/12/sys/dts/arm/Makefile.inc (revision 340646) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" Property changes on: stable/12/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: stable/12/sys/dts/arm/overlays/Makefile =================================================================== --- stable/12/sys/dts/arm/overlays/Makefile (revision 340645) +++ stable/12/sys/dts/arm/overlays/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTSO!=ls *.dtso +DTSO!=ls ${.CURDIR}/*.dtso all: test-dtso .include Index: stable/12/sys/dts/arm64/Makefile =================================================================== --- stable/12/sys/dts/arm64/Makefile (revision 340645) +++ stable/12/sys/dts/arm64/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: stable/12/sys/dts/arm64/Makefile.inc =================================================================== --- stable/12/sys/dts/arm64/Makefile.inc (nonexistent) +++ stable/12/sys/dts/arm64/Makefile.inc (revision 340646) @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "../Makefile.inc" Property changes on: stable/12/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: stable/12/sys/dts/arm64/overlays/Makefile =================================================================== --- stable/12/sys/dts/arm64/overlays/Makefile (revision 340645) +++ stable/12/sys/dts/arm64/overlays/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTSO!=ls *.dtso +DTSO!=ls ${.CURDIR}/*.dtso all: test-dtso .include Index: stable/12/sys/dts/mips/Makefile =================================================================== --- stable/12/sys/dts/mips/Makefile (revision 340645) +++ stable/12/sys/dts/mips/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: stable/12/sys/dts/powerpc/Makefile =================================================================== --- stable/12/sys/dts/powerpc/Makefile (revision 340645) +++ stable/12/sys/dts/powerpc/Makefile (revision 340646) @@ -1,7 +1,7 @@ # $FreeBSD$ -DTS!=ls *.dts +DTS!=ls ${.CURDIR}/*.dts all: test-dts .include Index: stable/12 =================================================================== --- stable/12 (revision 340645) +++ stable/12 (revision 340646) Property changes on: stable/12 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r340390