From: Tracey Dent Date: Fri, 8 Oct 2010 00:01:21 +0000 (-0400) Subject: Staging: autofs: Makefile: replace the use of -objs with -y X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d748241dde126f621739d74db179385cdb3ae366;p=linux-beck.git Staging: autofs: Makefile: replace the use of -objs with -y Changed Makefile -objs to -y lines. Signed-off-by: Tracey Dent Signed-off-by: Greg Kroah-Hartman --- 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