Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.12
      1 #	$NetBSD: Makefile.inc,v 1.12 2003/04/10 02:22:06 thorpej Exp $
      2 #
      3 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4 #
      5 
      6 .for board in ADI_BRH INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR
      7 KERNEL_SETS+=		${board}
      8 BUILD_KERNELS+=		${board}_INSTALL
      9 .endfor
     10 
     11 KERNEL_SETS+=		IXM1200 SMDK2800
     12 
     13 KERNEL_SUFFIXES=	bin srec
     14 
     15 INSTALLATION_DIRS+=	binary/gzimg		\
     16 			installation/instkernel
     17