summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-08 00:01:21 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 14:23:39 (GMT)
commitd748241dde126f621739d74db179385cdb3ae366 (patch)
treeb5829083eca25542bea6ddfe0ae886c6e2d3b180
parente58537ccce733ff6dc334fa9a1b6235439c147b4 (diff)
downloadlinux-fsl-qoriq-d748241dde126f621739d74db179385cdb3ae366.tar.xz
Staging: autofs: Makefile: replace the use of <module>-objs with <module>-y
Changed Makefile <module>-objs to <module>-y lines. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/autofs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/autofs/Makefile b/drivers/staging/autofs/Makefile
index 453a60f..f48781c 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