create the ecoff copy of the install kernel so the prom can boot it.

from PR 39915.
This commit is contained in:
mrg 2009-12-20 19:53:36 +00:00
parent ea5f9a0f11
commit 6879cbdf8e

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.15 2002/12/11 15:52:47 lukem Exp $
# $NetBSD: Makefile,v 1.16 2009/12/20 19:53:36 mrg Exp $
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@ -24,10 +24,8 @@ RAMDISK= ${RAMDISKDIR}/ramdisk.fs
MDSETTARGETS= RAMDISK ${RAMDISK} netbsd-INSTALL
MDSET_RELEASEDIR= binary/kernel
.if defined(ECOFF_KERNEL)
MDSET_SUFFIXES.netbsd-INSTALL= ecoff create-ecoff
create-ecoff= ${ELF2ECOFF} ${.TARGET:R} ${.TARGET}
.endif # ECOFF_KERNEL
IMAGE_RELEASEDIR= installation/diskimage