LKM kernel support becomes optional on "options LKM". (Bear in mind
that the default kernel is now ELF and cannot load these LKM's).
This commit is contained in:
parent
87acc0db42
commit
f20a9c5af8
@ -276,7 +276,7 @@ kern/kern_exec.c standard
|
||||
kern/kern_exit.c standard
|
||||
kern/kern_fork.c standard
|
||||
kern/kern_ktrace.c standard
|
||||
kern/kern_lkm.c standard
|
||||
kern/kern_lkm.c optional lkm
|
||||
kern/kern_lock.c standard
|
||||
kern/kern_lockf.c standard
|
||||
kern/kern_malloc.c standard
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options,v 1.118 1999/01/14 03:30:48 kjc Exp $
|
||||
# $Id: options,v 1.119 1999/01/15 10:00:10 bde Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
@ -329,3 +329,6 @@ USBVERBOSE opt_usb.h
|
||||
|
||||
# Vinum options
|
||||
VINUMDEBUG opt_vinum.h
|
||||
|
||||
# Include LKM compatability module
|
||||
LKM
|
||||
|
Loading…
x
Reference in New Issue
Block a user