diff options
author | Sage Weil <sage@newdream.net> | 2009-10-06 11:31:15 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2009-10-06 11:31:15 -0700 |
commit | 9030aaf9bf0a1eee47a154c316c789e959638b0f (patch) | |
tree | bb6dbc96fd181fd3883157277c4301edfaaf5179 /fs/Makefile | |
parent | 76aa844d5b2fb8c839180d3f5874e333b297e5fd (diff) | |
download | kernel_goldelico_gta04-9030aaf9bf0a1eee47a154c316c789e959638b0f.zip kernel_goldelico_gta04-9030aaf9bf0a1eee47a154c316c789e959638b0f.tar.gz kernel_goldelico_gta04-9030aaf9bf0a1eee47a154c316c789e959638b0f.tar.bz2 |
ceph: Kconfig, Makefile
Kconfig options and Makefile.
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index af6d047..5ef73a0 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -124,3 +124,4 @@ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_EXOFS_FS) += exofs/ +obj-$(CONFIG_CEPH_FS) += ceph/ |