Makefile.inc revision 1.13
11.13Smatt# $NetBSD: Makefile.inc,v 1.13 2011/02/20 08:27:32 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.13SmattKERNEL_SETS= MALTA32 MALTA64 XLSATX32 XLSATX64 171.12SmattBUILD_KERNELS= INSTALL_MALTA32 INSTALL_MALTA64 181.13SmattBUILD_KERNELS+= INSTALL_XLSATX32 INSTALL_XLSATX64 191.10Sgdamore 201.10Sgdamore.else 211.10SgdamoreKERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA 221.12SmattBUILD_KERNELS= INSTALL_OMSAL400 INSTALL_MALTA 231.10Sgdamore 241.8She.endif 251.10Sgdamore 26