summaryrefslogtreecommitdiffstats
path: root/sys/boot/Makefile.powerpc
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.powerpc
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.powerpc')
-rw-r--r--sys/boot/Makefile.powerpc4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/Makefile.powerpc b/sys/boot/Makefile.powerpc
index ca8c331..b7660f4 100644
--- a/sys/boot/Makefile.powerpc
+++ b/sys/boot/Makefile.powerpc
@@ -1,4 +1,8 @@
# $FreeBSD$
+.if ${MK_FDT} != "no"
+SUBDIR+= fdt
+.endif
+
SUBDIR+= ofw
SUBDIR+= uboot
OpenPOWER on IntegriCloud