]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - stand/mips/Makefile
zfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release) to stable/13
[FreeBSD/FreeBSD.git] / stand / mips / Makefile
1 # $FreeBSD$
2
3 NO_OBJ=t
4
5 SUBDIR=         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"
13 SUBDIR+=        beri
14 .endif
15
16 .include <bsd.subdir.mk>