Bring a missing FDT piece (omitted in the previous commit).
This commit is contained in:
parent
04cb90189b
commit
0505cb3325
@ -26,6 +26,10 @@ SUBDIR+= uboot
|
||||
SUBDIR+= zfs
|
||||
.endif
|
||||
|
||||
.if ${MK_FDT} != "no"
|
||||
SUBDIR+= fdt
|
||||
.endif
|
||||
|
||||
# Pick the machine-dependent subdir based on the target architecture.
|
||||
ADIR= ${MACHINE:S/amd64/i386/:S/sun4v/sparc64/}
|
||||
.if exists(${.CURDIR}/${ADIR}/.)
|
||||
|
Loading…
Reference in New Issue
Block a user