NetBSD/etc/etc.i386/Makefile.inc
bouyer 3e8f0992c8 Integrate Xen to the i386 build process:
- Add xen devices to MAKEDEV
- Add Xen kernels to list of kernel to build
- Add INSTALL_XENU to the install kernels
- introduce the xbd disk devices to sysinst.

This will add 3 kernels to the i386 release:
XEN0 for use as a Xen domain0 kernel
XENU for use on a non-privileged domain
INSTALL_XENU to install NetBSD on a non-privileged domain virtual disk.
2005-03-11 20:55:10 +00:00

28 lines
913 B
Makefile

# $NetBSD: Makefile.inc,v 1.41 2005/03/11 20:55:10 bouyer Exp $
#
# etc.i386/Makefile.inc -- i386-specific etc Makefile targets
#
KERNEL_SETS= GENERIC GENERIC_TINY GENERIC_LAPTOP \
GENERIC_DIAGNOSTIC GENERIC_PS2TINY GENERIC.MP \
GENERIC.MPACPI XEN0 XENU
BUILD_KERNELS= INSTALL INSTALL_SMALL INSTALL_TINY \
INSTALL_LAPTOP INSTALL_PS2 INSTALL_XENU
INSTALLATION_DIRS+= installation/misc \
installation/floppy
# i386 specific distrib stuff
snap_md_post:
cd ${KERNSRCDIR}/arch/i386/stand/dosboot && ${MAKE} release
cd ${KERNSRCDIR}/arch/i386/stand/misc && ${MAKE} release
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/floppy '*.fs'
${MAKESUMS} -t ${RELEASEDIR}/${MACHINE}/installation/misc '*.*'
# For "make iso-image"
# mkisofs arguments to generate bootable iso image
CDROM_BOOT_IMAGE?= boot-big.fs
MKISOFS_FLAGS+= -b ${MACHINE}/installation/floppy/${CDROM_BOOT_IMAGE} -c boot.catalog