summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-08-02 18:14:06 +0000
committerobrien <obrien@FreeBSD.org>2004-08-02 18:14:06 +0000
commit991777970fbc741c72fe914ad87d021df6440847 (patch)
tree1f9f18dd7ee868a2d9e3b10d2c58f23aa938c245 /sys/modules/Makefile
parent3dfc568f70965fc535e76a2329bc4ca378e3ac98 (diff)
downloadFreeBSD-src-991777970fbc741c72fe914ad87d021df6440847.zip
FreeBSD-src-991777970fbc741c72fe914ad87d021df6440847.tar.gz
Don't build and install a mem.ko module.
Currently one cannot load the mem.ko module without panicing if mem is compiled into the kernel and one cannot build a kernel w/o "device mem" right now either. Thus it is too dangerous to install mem.ko right now because if one puts 'mem_load="YES"' in /etc/loader.conf they cannot boot an "old" kernel (at the time that a kernel doesn't have to be built with "device mem).
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 938c4c8..a058463 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -132,7 +132,6 @@ SUBDIR= ${_3dfx} \
mac_test \
mcd \
md \
- mem \
mii \
mlx \
${_mly} \
OpenPOWER on IntegriCloud