Skip to content

Commit

Permalink
fs/Makefile: Stupid typo breakage of exofs inclusion
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Boaz Harrosh authored and torvalds committed Oct 27, 2011
1 parent 5fffb95 commit 60325f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 60325f0

Please sign in to comment.