linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion
@ 2011-10-27  1:26 Boaz Harrosh
  2011-10-27  1:37 ` [GIT PULL] This patch is also available for pulling Boaz Harrosh
  2011-10-27  1:37 ` Boaz Harrosh
  0 siblings, 2 replies; 3+ messages in thread
From: Boaz Harrosh @ 2011-10-27  1:26 UTC (permalink / raw)
  To: Linus Torvalds, linux-fsdevel, linux-kernel, open-osd, NFS list


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>
---
 fs/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/Makefile b/fs/Makefile
index 5c30a13..d2c3353 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/
-- 
1.7.6.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-10-27  1:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-27  1:26 [PATCH] fs/Makefile: Stupid TYPO breakage of exofs inclusion Boaz Harrosh
2011-10-27  1:37 ` [GIT PULL] This patch is also available for pulling Boaz Harrosh
2011-10-27  1:37 ` Boaz Harrosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).