NetBSD/etc/etc.evbarm/Makefile.inc
jakllsch 8205b4eb47 Bump MV2120 SYMTAB_SPACE.
Add kernels variants for root on the primary partitions of "Drive 1".
Add MV2120 to evbarm release.
2012-02-14 15:09:02 +00:00

36 lines
894 B
Makefile

# $NetBSD: Makefile.inc,v 1.27 2012/02/14 15:09:02 jakllsch Exp $
#
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
#
# If you change the list of distributed kernels, don't forget
# to update the release documentation in distrib/notes/common/contents
.if ${MACHINE_ARCH} == "arm"
# Little endian platforms
EVBARM_BOARDS= ADI_BRH CP3100 GEMINI GUMSTIX INTEGRATOR \
IQ80310 IQ80321 SHEEVAPLUG MINI2440 MV2120 SMDK2410 \
SMDK2800 TEAMASA_NPWR TISDP2420 TS7200 TWINTAIL
.else
# Big endian platforms
EVBARM_BOARDS= ADI_BRH
.endif
.for board in ${EVBARM_BOARDS}
KERNEL_SETS+= ${board}
BUILD_KERNELS+= ${board}_INSTALL
.endfor
.if ${MACHINE_ARCH} == "arm"
# Little endian platforms.
KERNEL_SETS+= IXM1200 HDL_G
.else
# Big endian platforms.
KERNEL_SETS+= IXM1200 NSLU2
.endif
KERNEL_SUFFIXES= bin srec
INSTALLATION_DIRS+= binary/gzimg \
installation/instkernel