Makefile revision 330123
1# $FreeBSD: stable/11/stand/mips/Makefile 330123 2018-02-28 18:31:35Z kevans $
2
3NO_OBJ=t
4
5SUBDIR= 	uboot
6
7#
8# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
9# 32-bit if someone is interested.  Build on all 64-bit MIPS platforms to
10# ensure it gets adequate build-test coverage.
11#
12.if ${MACHINE_ARCH} == "mips64"
13SUBDIR+=	beri
14.endif
15
16.include <bsd.subdir.mk>
17