1262197Srwatson# $FreeBSD: releng/11.0/sys/boot/mips/Makefile 296183 2016-02-29 07:47:04Z sgalabov $
2262197Srwatson
3296183SsgalabovSUBDIR= 	uboot
4296183Ssgalabov
5262406Srwatson#
6262406Srwatson# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
7262406Srwatson# 32-bit if someone is interested.  Build on all 64-bit MIPS platforms to
8262406Srwatson# ensure it gets adequate build-test coverage.
9262406Srwatson#
10262406Srwatson.if ${MACHINE_ARCH} == "mips64"
11296183SsgalabovSUBDIR+=	beri
12262235Srwatson.endif
13262197Srwatson
14262197Srwatson.include <bsd.subdir.mk>
15