Makefile.inc revision 1.14 1 # $NetBSD: Makefile.inc,v 1.14 2004/03/17 23:37:20 mycroft 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 TEAMASA_NPWR
9 .else
10 # Big endian platforms
11 EVBARM_BOARDS= ADI_BRH
12 .endif
13
14 .for board in ${EVBARM_BOARDS}
15 KERNEL_SETS+= ${board}
16 BUILD_KERNELS+= ${board}_INSTALL
17 .endfor
18
19 .if ${MACHINE_ARCH} == "arm"
20 # Little endian platforms.
21 KERNEL_SETS+= IXM1200 SMDK2410 SMDK2800
22 .else
23 # Big endian platforms.
24 KERNEL_SETS+= IXM1200
25 .endif
26
27 KERNEL_SUFFIXES= bin srec
28
29 INSTALLATION_DIRS+= binary/gzimg \
30 installation/instkernel
31