diff options
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 15158309dee4..d646502c1efb 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -94,6 +94,7 @@ obj-$(CONFIG_RELAYFS_FS) += relayfs/ | |||
94 | obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ | 94 | obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ |
95 | obj-$(CONFIG_JFS_FS) += jfs/ | 95 | obj-$(CONFIG_JFS_FS) += jfs/ |
96 | obj-$(CONFIG_XFS_FS) += xfs/ | 96 | obj-$(CONFIG_XFS_FS) += xfs/ |
97 | obj-$(CONFIG_9P_FS) += 9p/ | ||
97 | obj-$(CONFIG_AFS_FS) += afs/ | 98 | obj-$(CONFIG_AFS_FS) += afs/ |
98 | obj-$(CONFIG_BEFS_FS) += befs/ | 99 | obj-$(CONFIG_BEFS_FS) += befs/ |
99 | obj-$(CONFIG_HOSTFS) += hostfs/ | 100 | obj-$(CONFIG_HOSTFS) += hostfs/ |