summaryrefslogtreecommitdiffstats
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2004-08-01 11:40:54 +0000
committermarkm <markm@FreeBSD.org>2004-08-01 11:40:54 +0000
commita6c822020d368106b01f399673116ff8716835c7 (patch)
tree6d7271eea5bb8ced5f0b1cdd585641f60f5622e5 /sys/modules/Makefile
parentd879bd3de14d88aabd818b50f6e9341d3008ae95 (diff)
downloadFreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.zip
FreeBSD-src-a6c822020d368106b01f399673116ff8716835c7.tar.gz
Break out the MI part of the /dev/[k]mem and /dev/io drivers into
their own directory and module, leaving the MD parts in the MD area (the MD parts _are_ part of the modules). /dev/mem and /dev/io are now loadable modules, thus taking us one step further towards a kernel created entirely out of modules. Of course, there is nothing preventing the kernel from having these statically compiled.
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 98052a7..938c4c8 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -101,6 +101,7 @@ SUBDIR= ${_3dfx} \
if_tun \
if_vlan \
${_iir} \
+ ${_io} \
ip6fw \
${_ipfilter} \
ipfw \
@@ -131,6 +132,7 @@ SUBDIR= ${_3dfx} \
mac_test \
mcd \
md \
+ mem \
mii \
mlx \
${_mly} \
@@ -149,7 +151,7 @@ SUBDIR= ${_3dfx} \
${_nsp} \
ntfs \
ntfs_iconv \
- ${_null} \
+ null \
nullfs \
${_nwfs} \
${_oltr} \
@@ -252,7 +254,6 @@ _syscons= syscons
.endif
.if defined(ALL_MODULES)
-_null= null
_ufs= ufs
.endif
@@ -301,6 +302,7 @@ _hfa= hfa
_i2c= i2c
_ibcs2= ibcs2
_ie= ie
+_io= io
_linprocfs= linprocfs
_linux= linux
_lnc= lnc
@@ -374,6 +376,7 @@ _sppp= sppp
.endif
.if ${MACHINE_ARCH} == "amd64"
+_io= io
#_ndis= ndis
.endif
OpenPOWER on IntegriCloud