Bring a missing FDT piece (omitted in the previous commit).

This commit is contained in:
Rafal Jaworowski 2010-05-25 15:32:07 +00:00
parent 04cb90189b
commit 0505cb3325

View File

@ -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}/.)