blob: f32e338fdbaa8f0d09a8690d8592287abd8c68a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $OpenBSD: GENERIC.MP,v 1.1 2012/03/01 14:04:03 aoyama Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
#
# For further information on hardware support for this architecture, see
# the intro(4) man page. For further information about kernel options
# for this architecture, see the options(4) man page. For an explanation
# of each device driver in this file see the section 4 man page for the
# device.
include "arch/luna88k/conf/GENERIC"
option MULTIPROCESSOR
#option MP_LOCKDEBUG
|