Home | History | Annotate | Line # | Download | only in instkernel
Makefile revision 1.9.8.1
      1  1.9.8.1     yamt #	$NetBSD: Makefile,v 1.9.8.1 2008/05/18 12:29:35 yamt Exp $
      2      1.1  hubertf 
      3      1.1  hubertf .include <bsd.own.mk>
      4      1.1  hubertf .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
      5      1.1  hubertf 
      6      1.1  hubertf #	create ${RAMDISK_*} variables
      7      1.1  hubertf #
      8      1.5      dsl RAMDISKS=	RAMDISK_B	ramdisk-big
      9      1.5      dsl # RAMDISKS+=	RAMDISK_S	ramdisk-small
     10      1.5      dsl # RAMDISKS+=	RAMDISK_T	ramdisk-tiny
     11      1.5      dsl # RAMDISKS+=	RESCUE_T	ramdisk-rescuetiny
     12      1.1  hubertf 
     13      1.1  hubertf .for V F in ${RAMDISKS}
     14      1.1  hubertf ${V}DIR!=	cd ${.CURDIR}/../ramdisks/${F} && ${PRINTOBJDIR}
     15      1.1  hubertf ${V}=		${${V}DIR}/${F}.fs
     16      1.1  hubertf .endfor
     17      1.1  hubertf 
     18      1.7    pavel # If you change the list of distributed install kernels, don't forget
     19      1.7    pavel # to update the release documentation in distrib/notes/common/contents
     20  1.9.8.1     yamt MDSETTARGETS+=	GENERIC			${RAMDISK_B}	-
     21  1.9.8.1     yamt MDSETTARGETS+=	INSTALL_FLOPPY		${RAMDISK_B}	-
     22      1.5      dsl MDSETTARGETS+=	INSTALL_XEN2_DOMU	${RAMDISK_B}	-
     23      1.5      dsl MDSETTARGETS+=	INSTALL_XEN3_DOMU	${RAMDISK_B}	-
     24      1.9   bouyer MDSETTARGETS+=	INSTALL_XEN3PAE_DOMU	${RAMDISK_B}	-
     25      1.5      dsl # MDSETTARGETS+=	INSTALL_SMALL		${RAMDISK_S}	-
     26      1.5      dsl # MDSETTARGETS+=	INSTALL_TINY		${RAMDISK_T}	-
     27      1.5      dsl # MDSETTARGETS+=	INSTALL_PS2		${RAMDISK_S}	-
     28      1.5      dsl # MDSETTARGETS+=	INSTALL_TINY		${RESCUE_T}	netbsd-RESCUE_TINY
     29      1.1  hubertf 
     30      1.1  hubertf MDSET_RELEASEDIR=	binary/kernel
     31  1.9.8.1     yamt # need symbols to load modules. don't actually want image inserted.
     32  1.9.8.1     yamt MDSET_NOSTRIP.netbsd-GENERIC=
     33  1.9.8.1     yamt MDSET_NOIMAGE.netbsd-GENERIC=
     34      1.3   bouyer # do not strip Xen kernels, there's no space constraints here.
     35      1.3   bouyer MDSET_NOSTRIP.netbsd-INSTALL_XEN2_DOMU=
     36      1.3   bouyer MDSET_NOSTRIP.netbsd-INSTALL_XEN3_DOMU=
     37      1.9   bouyer MDSET_NOSTRIP.netbsd-INSTALL_XEN3PAE_DOMU=
     38      1.4    pavel # do not strip any other kernels, it is done by Makefile.tarfloppy before
     39      1.4    pavel # they are written to a floppy.
     40      1.4    pavel MDSET_NOSTRIP=
     41      1.3   bouyer MDSET_NOSYMBOLS.netbsd-INSTALL_XEN2_DOMU=
     42      1.3   bouyer MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3_DOMU=
     43      1.9   bouyer MDSET_NOSYMBOLS.netbsd-INSTALL_XEN3PAE_DOMU=
     44      1.1  hubertf 
     45      1.1  hubertf .include "${DISTRIBDIR}/common/Makefile.mdset"
     46      1.1  hubertf 
     47      1.1  hubertf .include <bsd.prog.mk>
     48