Deleted Added
full compact
Makefile (262406) Makefile (296183)
1# $FreeBSD: head/sys/boot/mips/Makefile 262406 2014-02-23 22:20:52Z rwatson $
1# $FreeBSD: head/sys/boot/mips/Makefile 296183 2016-02-29 07:47:04Z sgalabov $
2
2
3SUBDIR= uboot
4
3#
4# The BERI boot loader port works only on 64-bit MIPS; not a hard port to
5# 32-bit if someone is interested. Build on all 64-bit MIPS platforms to
6# ensure it gets adequate build-test coverage.
7#
8.if ${MACHINE_ARCH} == "mips64"
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"
9SUBDIR= beri
11SUBDIR+= beri
10.endif
11
12.include <bsd.subdir.mk>
12.endif
13
14.include <bsd.subdir.mk>