aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorBoaz Harrosh <bharrosh@panasas.com>2011-10-26 18:26:49 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2011-10-27 08:36:51 +0200
commit60325f0c6ee7c6b68f95aaa643260fb33d4bdd88 (patch)
tree4fefe277438e12fc91022a2c1a239ccc78ea78db /fs
parentMerge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 (diff)
downloadlinux-dev-60325f0c6ee7c6b68f95aaa643260fb33d4bdd88.tar.xz
linux-dev-60325f0c6ee7c6b68f95aaa643260fb33d4bdd88.zip
fs/Makefile: Stupid typo breakage of exofs inclusion
In my last patch I did a stupid mistake and broke the exofs compilation completely. Fix it ASAP. Instead of obj-y I did obj-$(y) Really Really sorry. Me totally blushing :-{| Signed-off-by: Boaz Harrosh <bharrosh@panasas.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs')
-rw-r--r--fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 5c30a13341eb..d2c3353d5477 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -120,6 +120,6 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/
obj-$(CONFIG_OCFS2_FS) += ocfs2/
obj-$(CONFIG_BTRFS_FS) += btrfs/
obj-$(CONFIG_GFS2_FS) += gfs2/
-obj-$(y) += exofs/ # Multiple mods, used by nfs/objlayout
+obj-y += exofs/ # Multiple modules
obj-$(CONFIG_CEPH_FS) += ceph/
obj-$(CONFIG_PSTORE) += pstore/