summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTracey Dent <tdent48227@gmail.com>2010-10-08 00:01:50 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-10-08 14:23:40 (GMT)
commit6082a68acf2f34fb69f82427100430c153b2c158 (patch)
tree5e0b115137a3f40442b5205a538b73ddafd3df0e
parent574c1a622260bf7b1ec191890775a11b6ffe0664 (diff)
downloadlinux-fsl-qoriq-6082a68acf2f34fb69f82427100430c153b2c158.tar.xz
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>
-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 fb2b7d4..79fa227 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 \