X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=fs%2FMakefile;h=1972da186272906d8aa13eab878b547e44ae1398;hb=8766ce41018a0cb80fbe0ce7dbf747f357c752da;hp=cf95eb894fd53776b3429354834aac373f0e8170;hpb=b857c730d4e960d1876ff56ce5c4bd81ea9ff5ae;p=cascardo%2Flinux.git diff --git a/fs/Makefile b/fs/Makefile index cf95eb894fd5..1972da186272 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -89,10 +89,13 @@ obj-$(CONFIG_QNX4FS_FS) += qnx4/ obj-$(CONFIG_AUTOFS_FS) += autofs/ obj-$(CONFIG_AUTOFS4_FS) += autofs4/ obj-$(CONFIG_ADFS_FS) += adfs/ +obj-$(CONFIG_FUSE_FS) += fuse/ obj-$(CONFIG_UDF_FS) += udf/ +obj-$(CONFIG_RELAYFS_FS) += relayfs/ obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ obj-$(CONFIG_JFS_FS) += jfs/ obj-$(CONFIG_XFS_FS) += xfs/ +obj-$(CONFIG_9P_FS) += 9p/ obj-$(CONFIG_AFS_FS) += afs/ obj-$(CONFIG_BEFS_FS) += befs/ obj-$(CONFIG_HOSTFS) += hostfs/