Skip to content

Commit f7e095f

Browse files
raven-autorvalds
authored andcommitted
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]>
1 parent 6ed3874 commit f7e095f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fs/autofs4/Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44

55
obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
66

7-
autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o dev-ioctl.o
7+
autofs4-objs := ../autofs/init.o ../autofs/inode.o ../autofs/root.o \
8+
../autofs/symlink.o ../autofs/waitq.o ../autofs/expire.o \
9+
../autofs/dev-ioctl.o

0 commit comments

Comments
 (0)