summaryrefslogtreecommitdiffstats
path: root/stand/Makefile.arm
diff options
context:
space:
mode:
Diffstat (limited to 'stand/Makefile.arm')
-rw-r--r--stand/Makefile.arm10
1 files changed, 10 insertions, 0 deletions
diff --git a/stand/Makefile.arm b/stand/Makefile.arm
new file mode 100644
index 0000000..387b77b
--- /dev/null
+++ b/stand/Makefile.arm
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.if ${MK_FDT} != "no"
+SUBDIR+= fdt
+.endif
+.if ${MK_ZFS} != "no"
+SUBDIR+= zfs
+.endif
+
+SUBDIR+= efi uboot
OpenPOWER on IntegriCloud