mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-29 15:10:57 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=223539
@ -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…
Reference in New Issue
Block a user