Makefile.inc revision 1.11
1# $NetBSD: Makefile.inc,v 1.11 2007/07/24 10:49:25 pavel Exp $ 2# 3# etc.evbmips/Makefile.inc -- evbmips-specific etc Makefile targets 4# 5 6# If you change the list of distributed kernels, don't forget 7# to update the release documentation in distrib/notes/common/contents 8 9KERNEL_SUFFIXES= srec 10 11.if ${MACHINE_ARCH} == "mipsel" 12KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA MTX-1 OMSAL400 13BUILD_KERNELS= INSTALL_OMSAL400 14 15.else 16KERNEL_SETS= ALCHEMY DBAU1500 DBAU1550 MALTA 17 18.endif 19 20