Add a GENERIC.MP kernel config and add it to the build list so that it

gets build tested.
This commit is contained in:
skrll 2012-05-23 08:19:40 +00:00
parent 8f8f8325c7
commit bc77bb37cd
2 changed files with 9 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.inc,v 1.5 2007/07/24 10:49:25 pavel Exp $
# $NetBSD: Makefile.inc,v 1.6 2012/05/23 08:19:40 skrll Exp $
#
# etc.hp700/Makefile.inc -- hp700-specific etc Makefile targets
#
@ -8,6 +8,6 @@
KERNEL_SETS= GENERIC
BUILD_KERNELS= RAMDISK
BUILD_KERNELS= GENERIC.MP RAMDISK
INSTALLATION_DIRS+= installation

View File

@ -0,0 +1,7 @@
# $NetBSD: GENERIC.MP,v 1.1 2012/05/23 08:19:40 skrll Exp $
#
# Generic hp700 kernel with multiprocessor support.
include "arch/hp700/conf/GENERIC"
options MULTIPROCESSOR # include multiprocessor support