We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ed3874 commit f7e095fCopy full SHA for f7e095f
fs/autofs4/Makefile
@@ -4,4 +4,6 @@
4
5
obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
6
7
-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 \
8
+ ../autofs/symlink.o ../autofs/waitq.o ../autofs/expire.o \
9
+ ../autofs/dev-ioctl.o
0 commit comments