diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 1e7a11bd4da1..3b2178b4bb66 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -19,6 +19,7 @@ else | |||
19 | obj-y += no-block.o | 19 | obj-y += no-block.o |
20 | endif | 20 | endif |
21 | 21 | ||
22 | obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o | ||
22 | obj-$(CONFIG_INOTIFY) += inotify.o | 23 | obj-$(CONFIG_INOTIFY) += inotify.o |
23 | obj-$(CONFIG_INOTIFY_USER) += inotify_user.o | 24 | obj-$(CONFIG_INOTIFY_USER) += inotify_user.o |
24 | obj-$(CONFIG_EPOLL) += eventpoll.o | 25 | obj-$(CONFIG_EPOLL) += eventpoll.o |
@@ -100,6 +101,7 @@ obj-$(CONFIG_NTFS_FS) += ntfs/ | |||
100 | obj-$(CONFIG_UFS_FS) += ufs/ | 101 | obj-$(CONFIG_UFS_FS) += ufs/ |
101 | obj-$(CONFIG_EFS_FS) += efs/ | 102 | obj-$(CONFIG_EFS_FS) += efs/ |
102 | obj-$(CONFIG_JFFS2_FS) += jffs2/ | 103 | obj-$(CONFIG_JFFS2_FS) += jffs2/ |
104 | obj-$(CONFIG_UBIFS_FS) += ubifs/ | ||
103 | obj-$(CONFIG_AFFS_FS) += affs/ | 105 | obj-$(CONFIG_AFFS_FS) += affs/ |
104 | obj-$(CONFIG_ROMFS_FS) += romfs/ | 106 | obj-$(CONFIG_ROMFS_FS) += romfs/ |
105 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ | 107 | obj-$(CONFIG_QNX4FS_FS) += qnx4/ |