projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ed3874
)
autofs: update fs/autofs4/Makefile
author
Ian Kent
<raven@themaw.net>
Fri, 8 Jun 2018 00:11:22 +0000
(17:11 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 8 Jun 2018 00:34:39 +0000
(17:34 -0700)
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 <raven@themaw.net>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/autofs4/Makefile
patch
|
blob
|
history
diff --git
a/fs/autofs4/Makefile
b/fs/autofs4/Makefile
index a811c1f7d9abda7c2be12071a63e0b0502adeb2e..417dd726d9ef6fea34afdc7972d34009ecf330b4 100644
(file)
--- 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