Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.12
      1  1.12  thorpej #	$NetBSD: Makefile.inc,v 1.12 2003/04/10 02:22:06 thorpej 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.12  thorpej .for board in ADI_BRH INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR
      7  1.12  thorpej KERNEL_SETS+=		${board}
      8  1.12  thorpej BUILD_KERNELS+=		${board}_INSTALL
      9  1.12  thorpej .endfor
     10  1.12  thorpej 
     11  1.12  thorpej KERNEL_SETS+=		IXM1200 SMDK2800
     12  1.12  thorpej 
     13   1.3  thorpej KERNEL_SUFFIXES=	bin srec
     14   1.6  thorpej 
     15   1.9    lukem INSTALLATION_DIRS+=	binary/gzimg		\
     16   1.7  thorpej 			installation/instkernel
     17