diff options
-rw-r--r-- | drivers/staging/autofs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/autofs/Makefile b/drivers/staging/autofs/Makefile index 453a60f46d05..f48781c34df1 100644 --- a/drivers/staging/autofs/Makefile +++ b/drivers/staging/autofs/Makefile @@ -4,4 +4,4 @@ obj-$(CONFIG_AUTOFS_FS) += autofs.o -autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o +autofs-y := dirhash.o init.o inode.o root.o symlink.o waitq.o |