summaryrefslogtreecommitdiffstats
path: root/stand/mips/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/mips/Makefile')
-rw-r--r--stand/mips/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/stand/mips/Makefile b/stand/mips/Makefile
new file mode 100644
index 0000000..760c557
--- /dev/null
+++ b/stand/mips/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+SUBDIR= uboot
+
+#
+# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
+# 32-bit if someone is interested. Build on all 64-bit MIPS platforms to
+# ensure it gets adequate build-test coverage.
+#
+.if ${MACHINE_ARCH} == "mips64"
+SUBDIR+= beri
+.endif
+
+.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud