From 6082a68acf2f34fb69f82427100430c153b2c158 Mon Sep 17 00:00:00 2001 From: Tracey Dent <tdent48227@gmail.com> Date: Thu, 7 Oct 2010 20:01:50 -0400 Subject: [PATCH] Staging: winbond: Makefile: replace the use of <module>-objs with <module>-y Changed <module>-objs to <module>-y in Makefile. Signed-off-by: Tracey Dent <tdent48227@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> --- drivers/staging/winbond/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile index fb2b7d432b43..79fa2271a0c1 100644 --- a/drivers/staging/winbond/Makefile +++ b/drivers/staging/winbond/Makefile @@ -1,4 +1,4 @@ -w35und-objs := \ +w35und-y := \ mds.o \ mlmetxrx.o \ mto.o \