From bc77bb37cdfb25a26e761aedd64d7c9aff65ed3a Mon Sep 17 00:00:00 2001 From: skrll Date: Wed, 23 May 2012 08:19:40 +0000 Subject: [PATCH] Add a GENERIC.MP kernel config and add it to the build list so that it gets build tested. --- etc/etc.hp700/Makefile.inc | 4 ++-- sys/arch/hp700/conf/GENERIC.MP | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 sys/arch/hp700/conf/GENERIC.MP diff --git a/etc/etc.hp700/Makefile.inc b/etc/etc.hp700/Makefile.inc index 35de6fc81180..270d3d14edb9 100644 --- a/etc/etc.hp700/Makefile.inc +++ b/etc/etc.hp700/Makefile.inc @@ -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 diff --git a/sys/arch/hp700/conf/GENERIC.MP b/sys/arch/hp700/conf/GENERIC.MP new file mode 100644 index 000000000000..1ba503bf69fd --- /dev/null +++ b/sys/arch/hp700/conf/GENERIC.MP @@ -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