Makefile.inc revision 1.18 1 # $NetBSD: Makefile.inc,v 1.18 2006/04/16 02:22:33 nonaka Exp $
2 #
3 # etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
4 #
5
6 .if ${MACHINE_ARCH} == "arm"
7 # Little endian platforms
8 EVBARM_BOARDS= ADI_BRH INTEGRATOR IQ80310 IQ80321 SMDK2410 SMDK2800 \
9 TEAMASA_NPWR TS7200 TWINTAIL
10 .else
11 # Big endian platforms
12 EVBARM_BOARDS= ADI_BRH
13 .endif
14
15 .for board in ${EVBARM_BOARDS}
16 KERNEL_SETS+= ${board}
17 BUILD_KERNELS+= ${board}_INSTALL
18 .endfor
19
20 .if ${MACHINE_ARCH} == "arm"
21 # Little endian platforms.
22 KERNEL_SETS+= IXM1200 HDL_G
23 .else
24 # Big endian platforms.
25 KERNEL_SETS+= IXM1200 NSLU2
26 .endif
27
28 KERNEL_SUFFIXES= bin srec
29
30 INSTALLATION_DIRS+= binary/gzimg \
31 installation/instkernel
32