Makefile.inc revision 1.21.18.2 1 # $NetBSD: Makefile.inc,v 1.21.18.2 2007/07/24 10:49:25 pavel 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 GUMSTIX INTEGRATOR IQ80310 IQ80321 \
12 SMDK2410 SMDK2800 \
13 TEAMASA_NPWR 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