mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
14 lines
307 B
Makefile
14 lines
307 B
Makefile
# $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>
|