]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/mips/Makefile
MFC r325834,r325997,326502: Move sys/boot to stand/
[FreeBSD/FreeBSD.git] / stand / mips / Makefile
1 # $FreeBSD$
2
3 SUBDIR=         uboot
4
5 #
6 # The BERI boot loader port works only on 64-bit MIPS; not a hard port to
7 # 32-bit if someone is interested.  Build on all 64-bit MIPS platforms to
8 # ensure it gets adequate build-test coverage.
9 #
10 .if ${MACHINE_ARCH} == "mips64"
11 SUBDIR+=        beri
12 .endif
13
14 .include <bsd.subdir.mk>