diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index d2c3353d5477..93804d4d66e1 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -19,6 +19,8 @@ else | |||
19 | obj-y += no-block.o | 19 | obj-y += no-block.o |
20 | endif | 20 | endif |
21 | 21 | ||
22 | obj-$(CONFIG_PROC_FS) += proc_namespace.o | ||
23 | |||
22 | obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o | 24 | obj-$(CONFIG_BLK_DEV_INTEGRITY) += bio-integrity.o |
23 | obj-y += notify/ | 25 | obj-y += notify/ |
24 | obj-$(CONFIG_EPOLL) += eventpoll.o | 26 | obj-$(CONFIG_EPOLL) += eventpoll.o |
@@ -52,7 +54,6 @@ obj-$(CONFIG_FHANDLE) += fhandle.o | |||
52 | obj-y += quota/ | 54 | obj-y += quota/ |
53 | 55 | ||
54 | obj-$(CONFIG_PROC_FS) += proc/ | 56 | obj-$(CONFIG_PROC_FS) += proc/ |
55 | obj-y += partitions/ | ||
56 | obj-$(CONFIG_SYSFS) += sysfs/ | 57 | obj-$(CONFIG_SYSFS) += sysfs/ |
57 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ | 58 | obj-$(CONFIG_CONFIGFS_FS) += configfs/ |
58 | obj-y += devpts/ | 59 | obj-y += devpts/ |