Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.21.18.2
      1  1.21.18.2  pavel #	$NetBSD: Makefile.inc,v 1.21.18.2 2007/07/24 10:49:25 pavel Exp $
      2  1.21.18.2  pavel #
      3  1.21.18.2  pavel #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4  1.21.18.2  pavel #
      5  1.21.18.2  pavel 
      6  1.21.18.2  pavel # If you change the list of distributed kernels, don't forget
      7  1.21.18.2  pavel # to update the release documentation in distrib/notes/common/contents
      8  1.21.18.2  pavel 
      9  1.21.18.2  pavel .if ${MACHINE_ARCH} == "arm"
     10  1.21.18.2  pavel # Little endian platforms
     11  1.21.18.2  pavel EVBARM_BOARDS=		ADI_BRH CP3100 GUMSTIX INTEGRATOR IQ80310 IQ80321 \
     12  1.21.18.2  pavel 			SMDK2410 SMDK2800 \
     13  1.21.18.2  pavel 			TEAMASA_NPWR TS7200 TWINTAIL
     14  1.21.18.2  pavel .else
     15  1.21.18.2  pavel # Big endian platforms
     16  1.21.18.2  pavel EVBARM_BOARDS=		ADI_BRH
     17  1.21.18.2  pavel .endif
     18  1.21.18.2  pavel 
     19  1.21.18.2  pavel .for board in ${EVBARM_BOARDS}
     20  1.21.18.2  pavel KERNEL_SETS+=		${board}
     21  1.21.18.2  pavel BUILD_KERNELS+=		${board}_INSTALL
     22  1.21.18.2  pavel .endfor
     23  1.21.18.2  pavel 
     24  1.21.18.2  pavel .if ${MACHINE_ARCH} == "arm"
     25  1.21.18.2  pavel # Little endian platforms.
     26  1.21.18.2  pavel KERNEL_SETS+=		IXM1200 HDL_G
     27  1.21.18.2  pavel .else
     28  1.21.18.2  pavel # Big endian platforms.
     29  1.21.18.2  pavel KERNEL_SETS+=		IXM1200 NSLU2
     30  1.21.18.2  pavel .endif
     31  1.21.18.2  pavel 
     32  1.21.18.2  pavel KERNEL_SUFFIXES=	bin srec
     33  1.21.18.2  pavel 
     34  1.21.18.2  pavel INSTALLATION_DIRS+=	binary/gzimg		\
     35  1.21.18.2  pavel 			installation/instkernel
     36