Home | History | Annotate | Line # | Download | only in etc.zaurus
      1 #	$NetBSD: Makefile.inc,v 1.8 2012/02/02 16:02:44 tsutsui Exp $
      2 #
      3 #	etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
      4 #
      5 
      6 KERNEL_SETS=		GENERIC
      7 KERNEL_SETS+=		C700
      8 
      9 BUILD_KERNELS=		INSTALL
     10 BUILD_KERNELS+=		INSTALL_C700
     11 
     12 INSTALLATION_DIRS+=	installation/kernel
     13 
     14 # zaurus specific distrib stuff
     15 snap_md_post:
     16 	cd ${KERNSRCDIR}/arch/zaurus/stand/zboot && ${MAKE} release
     17 	cd ${KERNSRCDIR}/arch/zaurus/stand/zbsdmod && ${MAKE} release
     18 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation '*'
     19 	${MAKESUMS} -t ${RELEASEDIR}/${RELEASEMACHINEDIR}/installation/kernel '*'
     20