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