Build INSTALL_C700 ramdisk kernel and install into releasedir.

This commit is contained in:
tsutsui 2012-02-02 16:02:44 +00:00
parent 96d29df0a1
commit 8e1b1dc1f4
2 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2009/01/28 11:43:28 nonaka Exp $
# $NetBSD: Makefile,v 1.4 2012/02/02 16:02:44 tsutsui Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -6,7 +6,9 @@
RAMDISKDIR!= cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL
MDSETTARGETS= INSTALL ${RAMDISK} netbsd-INSTALL \
INSTALL_C700 ${RAMDISK} netbsd-INSTALL_C700
MDSET_RELEASEDIR= installation/kernel
MDSET_NOGZIP= # defined

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.7 2012/01/29 10:36:33 tsutsui Exp $
# $NetBSD: Makefile.inc,v 1.8 2012/02/02 16:02:44 tsutsui Exp $
#
# etc.zaurus/Makefile.inc -- zaurus-specific etc Makefile targets
#
@ -7,6 +7,7 @@ KERNEL_SETS= GENERIC
KERNEL_SETS+= C700
BUILD_KERNELS= INSTALL
BUILD_KERNELS+= INSTALL_C700
INSTALLATION_DIRS+= installation/kernel