Staging: rtl8187se: 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>
This commit is contained in:
Tracey Dent 2010-10-07 20:01:40 -04:00 committed by Greg Kroah-Hartman
parent 4580cd7ec2
commit 79ad8cbfb5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ ccflags-y += -DENABLE_LPS
#ccflags-y := -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y
r8187se-objs := \
r8187se-y := \
r8180_core.o \
r8180_wx.o \
r8180_rtl8225z2.o \