From d748241dde126f621739d74db179385cdb3ae366 Mon Sep 17 00:00:00 2001 From: Tracey Dent Date: Thu, 7 Oct 2010 20:01:21 -0400 Subject: [PATCH] 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 --- drivers/staging/autofs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1