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 39625da9e2d6..720c29d57a62 100644 --- a/fs/Makefile +++ b/fs/Makefile | |||
@@ -25,6 +25,7 @@ obj-$(CONFIG_EPOLL) += eventpoll.o | |||
25 | obj-$(CONFIG_ANON_INODES) += anon_inodes.o | 25 | obj-$(CONFIG_ANON_INODES) += anon_inodes.o |
26 | obj-$(CONFIG_SIGNALFD) += signalfd.o | 26 | obj-$(CONFIG_SIGNALFD) += signalfd.o |
27 | obj-$(CONFIG_TIMERFD) += timerfd.o | 27 | obj-$(CONFIG_TIMERFD) += timerfd.o |
28 | obj-$(CONFIG_EVENTFD) += eventfd.o | ||
28 | obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o | 29 | obj-$(CONFIG_COMPAT) += compat.o compat_ioctl.o |
29 | 30 | ||
30 | nfsd-$(CONFIG_NFSD) := nfsctl.o | 31 | nfsd-$(CONFIG_NFSD) := nfsctl.o |