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