aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/Makefile
diff options
context:
space:
mode:
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-03-08 15:01:08 +0000
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>2010-03-08 15:01:08 +0000
commitd319cc96e128f36e3cb003dd28448f702fce99b2 (patch)
tree4db5a105fb94a24c2c2e9d0b333234864969eb3f /sys/modules/Makefile
parenta63e8ce9e7dce226e407deaa9de7680c25722b3c (diff)
downloadsrc-d319cc96e128f36e3cb003dd28448f702fce99b2.tar.gz
src-d319cc96e128f36e3cb003dd28448f702fce99b2.zip
Enable tmpfs unconditionally on all platforms. No one I spoke to could
remember why it was x86 only, and it works just as well on at least powerpc as on x86.
Notes
Notes: svn path=/head/; revision=204870
Diffstat (limited to 'sys/modules/Makefile')
-rw-r--r--sys/modules/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index 0934772573d8..72c126ac563e 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -273,7 +273,7 @@ SUBDIR= ${_3dfx} \
sysvipc \
ti \
tl \
- ${_tmpfs} \
+ tmpfs \
trm \
${_twa} \
twe \
@@ -416,7 +416,6 @@ _sppp= sppp
_stg= stg
_streams= streams
_svr4= svr4
-_tmpfs= tmpfs
_wi= wi
_xe= xe
.if ${MK_ZFS} != "no" || defined(ALL_MODULES)
@@ -554,7 +553,6 @@ _sound= sound
_speaker= speaker
_splash= splash
_sppp= sppp
-_tmpfs= tmpfs
_twa= twa
_vesa= vesa
_x86bios= x86bios