Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.23
      1 #	$NetBSD: Makefile.inc,v 1.23 2008/10/30 15:41:33 cliff Exp $
      2 #
      3 #	etc.evbarm/Makefile.inc -- evbarm-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 
      9 .if ${MACHINE_ARCH} == "arm"
     10 # Little endian platforms
     11 EVBARM_BOARDS=		ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
     12 			IQ80310 IQ80321 SMDK2410 SMDK2800 \
     13 			TEAMASA_NPWR TISDP2420 TS7200 TWINTAIL
     14 .else
     15 # Big endian platforms
     16 EVBARM_BOARDS=		ADI_BRH
     17 .endif
     18 
     19 .for board in ${EVBARM_BOARDS}
     20 KERNEL_SETS+=		${board}
     21 BUILD_KERNELS+=		${board}_INSTALL
     22 .endfor
     23 
     24 .if ${MACHINE_ARCH} == "arm"
     25 # Little endian platforms.
     26 KERNEL_SETS+=		IXM1200 HDL_G
     27 .else
     28 # Big endian platforms.
     29 KERNEL_SETS+=		IXM1200 NSLU2
     30 .endif
     31 
     32 KERNEL_SUFFIXES=	bin srec
     33 
     34 INSTALLATION_DIRS+=	binary/gzimg		\
     35 			installation/instkernel
     36