X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2FMakefile;h=215f70378177668dcd0e87437c02e3d61f0221e2;hp=819b2a93bebe55cb4cc137514872892f90fa83da;hb=59458f40e25915a355d8b1d701425fe9f4f9ea23;hpb=82b0547cfae1fb2ee26cad588f6d49a347d24740 diff --git a/fs/Makefile b/fs/Makefile index 819b2a93bebe..215f70378177 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -57,6 +57,7 @@ obj-$(CONFIG_CONFIGFS_FS) += configfs/ obj-y += devpts/ obj-$(CONFIG_PROFILING) += dcookies.o +obj-$(CONFIG_DLM) += dlm/ # Do not add any filesystems before this line obj-$(CONFIG_REISERFS_FS) += reiserfs/ @@ -109,3 +110,4 @@ obj-$(CONFIG_HOSTFS) += hostfs/ obj-$(CONFIG_HPPFS) += hppfs/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ +obj-$(CONFIG_GFS2_FS) += gfs2/