diff options
Diffstat (limited to 'fs/Makefile')
-rw-r--r-- | fs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/Makefile b/fs/Makefile index 39a824f44e7c..47ac07bb4acc 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -42,9 +42,8 @@ obj-$(CONFIG_BINFMT_SOM) += binfmt_som.o | |||
42 | obj-$(CONFIG_BINFMT_FLAT) += binfmt_flat.o | 42 | obj-$(CONFIG_BINFMT_FLAT) += binfmt_flat.o |
43 | 43 | ||
44 | obj-$(CONFIG_FS_MBCACHE) += mbcache.o | 44 | obj-$(CONFIG_FS_MBCACHE) += mbcache.o |
45 | obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o xattr_acl.o | 45 | obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o |
46 | obj-$(CONFIG_NFS_COMMON) += nfs_common/ | 46 | obj-$(CONFIG_NFS_COMMON) += nfs_common/ |
47 | obj-$(CONFIG_GENERIC_ACL) += generic_acl.o | ||
48 | obj-$(CONFIG_COREDUMP) += coredump.o | 47 | obj-$(CONFIG_COREDUMP) += coredump.o |
49 | obj-$(CONFIG_SYSCTL) += drop_caches.o | 48 | obj-$(CONFIG_SYSCTL) += drop_caches.o |
50 | 49 | ||