summaryrefslogtreecommitdiffstats
path: root/fs/autofs4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/autofs4/Makefile')
-rw-r--r--fs/autofs4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/autofs4/Makefile b/fs/autofs4/Makefile
index a811c1f7d9abd..417dd726d9ef6 100644
--- a/fs/autofs4/Makefile
+++ b/fs/autofs4/Makefile
@@ -4,4 +4,6 @@
obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
-autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
+autofs4-objs := ../autofs/init.o ../autofs/inode.o ../autofs/root.o \
+ ../autofs/symlink.o ../autofs/waitq.o ../autofs/expire.o \
+ ../autofs/dev-ioctl.o