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