aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-07 20:01:50 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 07:23:40 -0700
commit6082a68acf2f34fb69f82427100430c153b2c158 (patch)
tree5e0b115137a3f40442b5205a538b73ddafd3df0e /drivers/staging/winbond
parent574c1a622260bf7b1ec191890775a11b6ffe0664 (diff)
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>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/winbond/Makefile b/drivers/staging/winbond/Makefile
index fb2b7d432b4..79fa2271a0c 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 \