diff options
author | Tracey Dent <tdent48227@gmail.com> | 2010-10-07 20:01:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-08 07:23:40 -0700 |
commit | 6082a68acf2f34fb69f82427100430c153b2c158 (patch) | |
tree | 5e0b115137a3f40442b5205a538b73ddafd3df0e /drivers/staging/winbond/Makefile | |
parent | 574c1a622260bf7b1ec191890775a11b6ffe0664 (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/Makefile')
-rw-r--r-- | drivers/staging/winbond/Makefile | 2 |
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 \ |