summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.arm
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2011-06-25 16:01:45 +0000
committermarius <marius@FreeBSD.org>2011-06-25 16:01:45 +0000
commit063a61ac2583c8d873a3df53ec1ebf20eba1a508 (patch)
tree1f160c8abbc009a8b41e4787ec0a0604efef9e39 /sys/boot/Makefile.arm
parent7bf33d894c26f24291366fab4fb5bdd5557ec031 (diff)
downloadFreeBSD-src-063a61ac2583c8d873a3df53ec1ebf20eba1a508.zip
FreeBSD-src-063a61ac2583c8d873a3df53ec1ebf20eba1a508.tar.gz
As with EFI, OFW and U-Boot etc only compile FDT support on those
architectures that actually use it.
Diffstat (limited to 'sys/boot/Makefile.arm')
-rw-r--r--sys/boot/Makefile.arm4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/Makefile.arm b/sys/boot/Makefile.arm
index f96104d..46fc574 100644
--- a/sys/boot/Makefile.arm
+++ b/sys/boot/Makefile.arm
@@ -1,3 +1,7 @@
# $FreeBSD$
+.if ${MK_FDT} != "no"
+SUBDIR+= fdt
+.endif
+
SUBDIR+= uboot
OpenPOWER on IntegriCloud