Home | History | Annotate | Line # | Download | only in etc.evbarm
Makefile.inc revision 1.5
      1 #	$NetBSD: Makefile.inc,v 1.5 2002/03/28 22:18:23 thorpej Exp $
      2 #
      3 #	etc.evbarm/Makefile.inc -- evbarm-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		INTEGRATOR IQ80310 IQ80321
      7 KERNEL_SUFFIXES=	bin srec
      8 
      9 snap_md_post:
     10 .ifndef UPDATE
     11 	cd ${.CURDIR}/../distrib && ${MAKE} cleandir
     12 .endif
     13 	cd ${.CURDIR}/../distrib && ${MAKE} depend && ${MAKE}
     14 	cd ${.CURDIR}/../distrib/evbarm && ${MAKE} release
     15 	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
     16