mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
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
12 lines
290 B
Makefile
12 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
#
|
|
# 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>
|