NetBSD/etc/etc.evbmips/Makefile.inc

25 lines
689 B
PHP
Raw Normal View History

2009-12-14 04:11:02 +03:00
# $NetBSD: Makefile.inc,v 1.12 2009/12/14 01:12:05 matt Exp $
2002-12-02 16:31:16 +03:00
#
# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
KERNEL_SUFFIXES= srec
.if ${MACHINE_ARCH} == "mipsel"
KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
2009-12-14 04:11:02 +03:00
BUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA
.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el"
KERNEL_SETS= MALTA32 MALTA64
BUILD_KERNELS= INSTALL_MALTA32 INSTALL_MALTA64
.else
KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA
2009-12-14 04:11:02 +03:00
BUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA
.endif