Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.1.26.1
      1       1.1  tsutsui #	$NetBSD: Makefile,v 1.1.26.1 2011/03/05 15:08:34 bouyer Exp $
      2       1.1  tsutsui 
      3       1.1  tsutsui .include <bsd.own.mk>
      4       1.1  tsutsui .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5       1.1  tsutsui 
      6       1.1  tsutsui RAMDISKDIR!=	cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
      7       1.1  tsutsui RAMDISK=	${RAMDISKDIR}/ramdisk.fs
      8       1.1  tsutsui 
      9  1.1.26.1   bouyer .if ${MACHINE_ARCH} == "mips64el"
     10  1.1.26.1   bouyer SFX=		64
     11  1.1.26.1   bouyer .endif
     12  1.1.26.1   bouyer 
     13  1.1.26.1   bouyer MDSETTARGETS=		RAMDISK${SFX} ${RAMDISK} -
     14       1.1  tsutsui MDSET_RELEASEDIR=	binary/kernel
     15       1.1  tsutsui 
     16       1.1  tsutsui # do not strip kernels, there's no space constraints here.
     17  1.1.26.1   bouyer MDSET_NOSTRIP.netbsd-RAMDISK${SFX}=
     18  1.1.26.1   bouyer MDSET_NOSYMBOLS.netbsd-RAMDISK${SFX}=
     19       1.1  tsutsui 
     20       1.1  tsutsui .include "${DISTRIBDIR}/common/Makefile.mdset"
     21       1.1  tsutsui 
     22       1.1  tsutsui .include <bsd.prog.mk>
     23