freebsd-dev/usr.sbin/Makefile.mips
Warner Losh cd2ae2532f Retire TARGET_ABI.
Implement MACHINE_ARCH=mips64e[lb] to build N64 images.  This replaces
MACHINE_ARCH=mipse[lb] TARGET_ABI=n64.

MACHINE_ARCH=mipsn32e[lb] has been added, but currently requires
WITHOUT_CDDL due to atomic issues in libzfs.  I've not investigated
this much, but implemented this to preserve as much of the TARGET_ABI
functionality that I could.  Since its presence doesn't affect the
working cases, I've kept it in for now.

Added mips64e[lb] to make universe, so more kernels build.

And I think this (finally) closes the curtain on the tbemd tree.
2011-01-07 20:26:33 +00:00

7 lines
115 B
Makefile

# $FreeBSD$
SUBDIR:= ${SUBDIR:Nsysinstall}
.if ${MACHINE_ARCH:Mmips64*} != ""
SUBDIR:= ${SUBDIR:Nuathload}
.endif