As with EFI, OFW and U-Boot etc only compile FDT support on those

architectures that actually use it.
This commit is contained in:
Marius Strobl 2011-06-25 16:01:45 +00:00
parent 1d63770b39
commit 01ecc0328d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223539
3 changed files with 8 additions and 4 deletions

View File

@ -8,10 +8,6 @@
SUBDIR+= ficl
.endif
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
# Pick the machine-dependent subdir based on the target architecture.
ADIR= ${MACHINE:S/amd64/i386/:S/powerpc64/powerpc/}
.if exists(${.CURDIR}/${ADIR}/.)

View File

@ -1,3 +1,7 @@
# $FreeBSD$
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
SUBDIR+= uboot

View File

@ -1,4 +1,8 @@
# $FreeBSD$
.if ${MK_FDT} != "no"
SUBDIR+= fdt
.endif
SUBDIR+= ofw
SUBDIR+= uboot