Changeset View
Changeset View
Standalone View
Standalone View
sys/boot/mips/Makefile
| # $FreeBSD$ | # $FreeBSD$ | ||||
| SUBDIR= uboot | |||||
| # | # | ||||
| # The BERI boot loader port works only on 64-bit MIPS; not a hard port to | # The BERI boot loader port works only on 64-bit MIPS; not a hard port to | ||||
| # 32-bit if someone is interested. Build on all 64-bit MIPS platforms to | # 32-bit if someone is interested. Build on all 64-bit MIPS platforms to | ||||
| # ensure it gets adequate build-test coverage. | # ensure it gets adequate build-test coverage. | ||||
| # | # | ||||
| .if ${MACHINE_ARCH} == "mips64" | .if ${MACHINE_ARCH} == "mips64" | ||||
| SUBDIR= beri | SUBDIR+= beri | ||||
| .endif | .endif | ||||
| .include <bsd.subdir.mk> | .include <bsd.subdir.mk> | ||||