2003-04-10 06:22:06 +04:00
|
|
|
# $NetBSD: Makefile.inc,v 1.12 2003/04/10 02:22:06 thorpej Exp $
|
2001-11-30 01:46:42 +03:00
|
|
|
#
|
|
|
|
# etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
|
|
|
|
#
|
|
|
|
|
2003-04-10 06:22:06 +04:00
|
|
|
.for board in ADI_BRH INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR
|
|
|
|
KERNEL_SETS+= ${board}
|
|
|
|
BUILD_KERNELS+= ${board}_INSTALL
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
KERNEL_SETS+= IXM1200 SMDK2800
|
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
|