Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.8
      1 #	$NetBSD: Makefile.inc,v 1.8 2002/04/13 00:51:57 thorpej Exp $
      2 #
      3 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		INTEGRATOR IQ80310 IQ80321 TEAMASA_NPWR
      7 KERNEL_SUFFIXES=	bin srec
      8 
      9 BUILD_KERNELS+=		TEAMASA_NPWR_INSTALL
     10 
     11 INSTALLATION_DIRS+=	binary/gzimg				\
     12 			installation/instkernel
     13 
     14 snap_md_post:
     15 .ifndef UPDATE
     16 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     17 .endif
     18 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     19 	cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release
     20 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     21