Build the BERI boot loader on 64-bit MIPS (but not 32-bit MIPS). While

these binaries aren't immediately useful on other MIPSes, still build them
as part of mips64 world in order to expose them to tinderbox.

MFC after:	3 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Robert Watson 2014-02-23 22:20:52 +00:00
parent 2c93e2a3bc
commit d4b64c8983
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262406

View file

@ -1,6 +1,11 @@
# $FreeBSD$
.if 0
#
# 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