Makefile.inc revision 1.12
11.12Smatt# $NetBSD: Makefile.inc,v 1.12 2009/12/14 01:12:05 matt 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.12SmattBUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA 141.12Smatt 151.12Smatt.elif ${MACHINE_ARCH} == "mips64eb" || ${MACHINE_ARCH} == "mips64el" 161.12SmattKERNEL_SETS= MALTA32 MALTA64 171.12SmattBUILD_KERNELS= INSTALL_MALTA32 INSTALL_MALTA64 181.10Sgdamore 191.10Sgdamore.else 201.10SgdamoreKERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA 211.12SmattBUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA 221.10Sgdamore 231.8She.endif 241.10Sgdamore 25