aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Kent <[email protected]>2018-06-07 17:11:22 -0700
committerLinus Torvalds <[email protected]>2018-06-07 17:34:39 -0700
commitf7e095f5d113ab3b433c2302f5ea308285d370cb (patch)
treed63e0d82a70c59357ce292e339971b155ee576c4
parent6ed38746041810219ca6b676904f05fe3a8fd333 (diff)
autofs: update fs/autofs4/Makefile
Update Makefile to build from source in fs/autofs instead of fs/autofs4. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ian Kent <[email protected]> Cc: Al Viro <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--fs/autofs4/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/autofs4/Makefile b/fs/autofs4/Makefile
index a811c1f7d9ab..417dd726d9ef 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