summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/uboot/Makefile')
-rw-r--r--sys/boot/uboot/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/uboot/Makefile b/sys/boot/uboot/Makefile
index 1116ee6..06b9ac1 100644
--- a/sys/boot/uboot/Makefile
+++ b/sys/boot/uboot/Makefile
@@ -1,5 +1,11 @@
# $FreeBSD$
+.include <bsd.own.mk>
+
SUBDIR= lib
+.if ${MK_FDT} != "no"
+SUBDIR+=fdt
+.endif
+
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud