diff mbox

[20/33] Staging: rtl8187se: Makefile: replace the use of <module>-objs with <module>-y

Message ID 1286496113-11897-20-git-send-email-tdent48227@gmail.com (mailing list archive)
State New, archived
Headers show

Commit Message

T Dent Oct. 8, 2010, 12:01 a.m. UTC
None
diff mbox

Patch

diff --git a/drivers/staging/rtl8187se/Makefile b/drivers/staging/rtl8187se/Makefile
index adc3849..11a9226 100644
--- a/drivers/staging/rtl8187se/Makefile
+++ b/drivers/staging/rtl8187se/Makefile
@@ -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	\