diff options
| -rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index afc109691a9..5c30a13341e 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
| @@ -120,6 +120,6 @@ obj-$(CONFIG_DEBUG_FS) += debugfs/ | |||
| 120 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ | 120 | obj-$(CONFIG_OCFS2_FS) += ocfs2/ |
| 121 | obj-$(CONFIG_BTRFS_FS) += btrfs/ | 121 | obj-$(CONFIG_BTRFS_FS) += btrfs/ |
| 122 | obj-$(CONFIG_GFS2_FS) += gfs2/ | 122 | obj-$(CONFIG_GFS2_FS) += gfs2/ |
| 123 | obj-$(CONFIG_EXOFS_FS) += exofs/ | 123 | obj-$(y) += exofs/ # Multiple mods, used by nfs/objlayout |
| 124 | obj-$(CONFIG_CEPH_FS) += ceph/ | 124 | obj-$(CONFIG_CEPH_FS) += ceph/ |
| 125 | obj-$(CONFIG_PSTORE) += pstore/ | 125 | obj-$(CONFIG_PSTORE) += pstore/ |
