Makefile.inc revision 1.11
11.11Spavel#	$NetBSD: Makefile.inc,v 1.11 2007/07/24 10:49:25 pavel Exp $
21.4Slukem#
31.4Slukem#	etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets
41.4Slukem#
51.1Ssimonb
61.11Spavel# If you change the list of distributed kernels, don't forget
71.11Spavel# to update the release documentation in distrib/notes/common/contents
81.11Spavel
91.1SsimonbKERNEL_SUFFIXES=	srec
101.8She
111.8She.if ${MACHINE_ARCH} == "mipsel"
121.10SgdamoreKERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400
131.8SheBUILD_KERNELS=		INSTALL_OMSAL400
141.10Sgdamore
151.10Sgdamore.else
161.10SgdamoreKERNEL_SETS=		ALCHEMY DBAU1500 DBAU1550 MALTA
171.10Sgdamore
181.8She.endif
191.10Sgdamore
20