summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile
diff options
context:
space:
mode:
authorraj <raj@FreeBSD.org>2010-05-25 15:32:07 +0000
committerraj <raj@FreeBSD.org>2010-05-25 15:32:07 +0000
commit2bcefd7b4bff3c3c2cee1c2189c1589f33c8eb5d (patch)
treecceca0396ffcbcdc9c1fe19fa72c8f483b6ee38e /sys/boot/Makefile
parent4dbde3c9b95a26e2577ac32058a85c7277d419f2 (diff)
downloadFreeBSD-src-2bcefd7b4bff3c3c2cee1c2189c1589f33c8eb5d.zip
FreeBSD-src-2bcefd7b4bff3c3c2cee1c2189c1589f33c8eb5d.tar.gz
Bring a missing FDT piece (omitted in the previous commit).
Diffstat (limited to 'sys/boot/Makefile')
-rw-r--r--sys/boot/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/Makefile b/sys/boot/Makefile
index 056dc68..751a93f 100644
--- a/sys/boot/Makefile
+++ b/sys/boot/Makefile
@@ -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}/.)
OpenPOWER on IntegriCloud