From: Ian Kent Date: Fri, 8 Jun 2018 00:11:22 +0000 (-0700) Subject: autofs: update fs/autofs4/Makefile X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=f7e095f5d113ab3b433c2302f5ea308285d370cb;p=linux.git autofs: update fs/autofs4/Makefile Update Makefile to build from source in fs/autofs instead of fs/autofs4. Link: http://lkml.kernel.org/r/152626706824.28589.1915028175544560855.stgit@pluto.themaw.net Signed-off-by: Ian Kent Cc: Al Viro Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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