Add LKM option so that the remaining code (hopefully) doesn't go stale.

This commit is contained in:
Peter Wemm 1999-01-17 19:09:41 +00:00
parent 72a3f9e4d1
commit 90b66aad9f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42761
3 changed files with 21 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.534 1999/01/13 09:55:19 yokota Exp $
# $Id: LINT,v 1.535 1999/01/15 10:00:11 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -231,6 +231,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
#
options "COMPAT_43"
#
# Statically compile in the i386 a.out LKM compatability support.
# Also available as an KLD module.
#
options LKM
#
# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.534 1999/01/13 09:55:19 yokota Exp $
# $Id: LINT,v 1.535 1999/01/15 10:00:11 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -231,6 +231,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
#
options "COMPAT_43"
#
# Statically compile in the i386 a.out LKM compatability support.
# Also available as an KLD module.
#
options LKM
#
# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.534 1999/01/13 09:55:19 yokota Exp $
# $Id: LINT,v 1.535 1999/01/15 10:00:11 bde Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -231,6 +231,12 @@ options GPL_MATH_EMULATE #Support for x87 emulation via
#
options "COMPAT_43"
#
# Statically compile in the i386 a.out LKM compatability support.
# Also available as an KLD module.
#
options LKM
#
# Allow user-mode programs to manipulate their local descriptor tables.
# This option is required for the WINE Windows(tm) emulator, and is