2005-02-27 05:27:12 +03:00
|
|
|
# $NetBSD: Makefile.inc,v 1.16 2005/02/27 02:27:12 bsh Exp $
|
2001-11-30 01:46:42 +03:00
|
|
|
#
|
|
|
|
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2003-05-26 19:46:48 +04:00
|
|
|
.if ${MACHINE_ARCH} == "arm"
|
|
|
|
# Little endian platforms
|
2005-02-27 05:27:12 +03:00
|
|
|
EVBARM_BOARDS= ADI_BRH INTEGRATOR IQ80310 IQ80321 SMDK2410 SMDK2800 \
|
|
|
|
TEAMASA_NPWR TS7200 TWINTAIL
|
2003-05-26 19:46:48 +04:00
|
|
|
.else
|
|
|
|
# Big endian platforms
|
|
|
|
EVBARM_BOARDS= ADI_BRH
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.for board in ${EVBARM_BOARDS}
|
2003-04-10 06:22:06 +04:00
|
|
|
KERNEL_SETS+= ${board}
|
|
|
|
BUILD_KERNELS+= ${board}_INSTALL
|
|
|
|
.endfor
|
|
|
|
|
2003-05-26 19:46:48 +04:00
|
|
|
.if ${MACHINE_ARCH} == "arm"
|
|
|
|
# Little endian platforms.
|
2005-02-27 05:27:12 +03:00
|
|
|
KERNEL_SETS+= IXM1200
|
2003-05-26 19:46:48 +04:00
|
|
|
.else
|
|
|
|
# Big endian platforms.
|
|
|
|
KERNEL_SETS+= IXM1200
|
|
|
|
.endif
|
2002-03-29 01:18:23 +03:00
|
|
|
|
2003-04-10 06:22:06 +04:00
|
|
|
KERNEL_SUFFIXES= bin srec
|
2002-04-13 04:51:57 +04:00
|
|
|
|
2002-05-02 19:09:40 +04:00
|
|
|
INSTALLATION_DIRS+= binary/gzimg \
|
2002-04-13 02:10:21 +04:00
|
|
|
installation/instkernel
|