summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2014-02-19 23:09:25 +0000
committerrwatson <rwatson@FreeBSD.org>2014-02-19 23:09:25 +0000
commitef25a6c63e4275bebb4cbeaf0ff6dfd32136d879 (patch)
tree3ff98817f3008580e72b5f4c5ea8820e766b64d3
parent4f59b709c582acca8424378e490e05badd5d4fab (diff)
downloadFreeBSD-src-ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879.zip
FreeBSD-src-ef25a6c63e4275bebb4cbeaf0ff6dfd32136d879.tar.gz
Temporarily unhook BERI boot loader from the build until 32-bit MIPS
properly excludes building our 64-bit only boot-loader adaptation.
-rw-r--r--sys/boot/mips/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/mips/Makefile b/sys/boot/mips/Makefile
index 1a4ea33..d51d526 100644
--- a/sys/boot/mips/Makefile
+++ b/sys/boot/mips/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+.if 0
SUBDIR= beri
+.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud