Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.29
      1  1.29  kiyohara #	$NetBSD: Makefile.inc,v 1.29 2012/08/03 09:11:31 kiyohara Exp $
      2   1.1   thorpej #
      3   1.1   thorpej #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4   1.1   thorpej #
      5   1.1   thorpej 
      6  1.21     pavel # If you change the list of distributed kernels, don't forget
      7  1.21     pavel # to update the release documentation in distrib/notes/common/contents
      8  1.21     pavel 
      9  1.13   thorpej .if ${MACHINE_ARCH} == "arm"
     10  1.13   thorpej # Little endian platforms
     11  1.23     cliff EVBARM_BOARDS=		ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
     12  1.27  jakllsch 			IQ80310 IQ80321 SHEEVAPLUG MINI2440 MV2120 SMDK2410 \
     13  1.25  nisimura 			SMDK2800 TEAMASA_NPWR TISDP2420 TS7200 TWINTAIL
     14  1.13   thorpej .else
     15  1.13   thorpej # Big endian platforms
     16  1.13   thorpej EVBARM_BOARDS=		ADI_BRH
     17  1.13   thorpej .endif
     18  1.13   thorpej 
     19  1.13   thorpej .for board in ${EVBARM_BOARDS}
     20  1.12   thorpej KERNEL_SETS+=		${board}
     21  1.12   thorpej BUILD_KERNELS+=		${board}_INSTALL
     22  1.12   thorpej .endfor
     23  1.12   thorpej 
     24  1.13   thorpej .if ${MACHINE_ARCH} == "arm"
     25  1.13   thorpej # Little endian platforms.
     26  1.28     skrll KERNEL_SETS+=		IXM1200 HDL_G RPI
     27  1.13   thorpej .else
     28  1.13   thorpej # Big endian platforms.
     29  1.17       scw KERNEL_SETS+=		IXM1200 NSLU2
     30  1.13   thorpej .endif
     31  1.12   thorpej 
     32  1.29  kiyohara KERNEL_SUFFIXES=	bin srec ub
     33   1.6   thorpej 
     34   1.9     lukem INSTALLATION_DIRS+=	binary/gzimg		\
     35   1.7   thorpej 			installation/instkernel
     36