X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2FMakefile;h=97f340f14ba2d7a181e0788a404ed3698a382ed9;hb=5dfc589a8467470226feccdc50f1b32713318e7b;hp=af6d04700d9c1ff74ff855521d282d6c72fa2bf2;hpb=f9dd2134374c8de6b911e2b8652c6c9622eaa658;p=karo-tx-linux.git diff --git a/fs/Makefile b/fs/Makefile index af6d04700d9c..97f340f14ba2 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -99,6 +99,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ obj-$(CONFIG_UFS_FS) += ufs/ obj-$(CONFIG_EFS_FS) += efs/ obj-$(CONFIG_JFFS2_FS) += jffs2/ +obj-$(CONFIG_LOGFS) += logfs/ obj-$(CONFIG_UBIFS_FS) += ubifs/ obj-$(CONFIG_AFFS_FS) += affs/ obj-$(CONFIG_ROMFS_FS) += romfs/ @@ -124,3 +125,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/