Add a GENERIC.MP kernel config and add it to the build list so that it
gets build tested.
This commit is contained in:
parent
8f8f8325c7
commit
bc77bb37cd
@ -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
|
||||
|
7
sys/arch/hp700/conf/GENERIC.MP
Normal file
7
sys/arch/hp700/conf/GENERIC.MP
Normal 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
|
Loading…
Reference in New Issue
Block a user