Makefile.inc revision 1.27.2.1 1 # $NetBSD: Makefile.inc,v 1.27.2.1 2012/08/09 06:36:51 jdc 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 SHEEVAPLUG MINI2440 MV2120 SMDK2410 \
13 SMDK2800 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 RPI
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