Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60325f0c authored by Boaz Harrosh's avatar Boaz Harrosh Committed by Linus Torvalds
Browse files

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: default avatarBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 5fffb951
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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/