As with EFI, OFW and U-Boot etc only compile FDT support on those
architectures that actually use it.
This commit is contained in:
parent
1d63770b39
commit
01ecc0328d
@ -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}/.)
|
||||
|
@ -1,3 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MK_FDT} != "no"
|
||||
SUBDIR+= fdt
|
||||
.endif
|
||||
|
||||
SUBDIR+= uboot
|
||||
|
@ -1,4 +1,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if ${MK_FDT} != "no"
|
||||
SUBDIR+= fdt
|
||||
.endif
|
||||
|
||||
SUBDIR+= ofw
|
||||
SUBDIR+= uboot
|
||||
|
Loading…
x
Reference in New Issue
Block a user