projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ceda4ae
)
Staging: rtl8187se: make the built module be the proper name
author
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 5 Dec 2008 04:19:44 +0000
(20:19 -0800)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 6 Jan 2009 21:52:32 +0000
(13:52 -0800)
If we are calling this the rtl8187se module, let's actually build
a module with that name.
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8187se/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/rtl8187se/Makefile
b/drivers/staging/rtl8187se/Makefile
index cc1c2407402648d9b4a861a69728308e44e30d57..6bc7e29771c3bcef0a77086081453c8936aa4e06 100644
(file)
--- a/
drivers/staging/rtl8187se/Makefile
+++ b/
drivers/staging/rtl8187se/Makefile
@@
-26,7
+26,8
@@
EXTRA_CFLAGS += -DENABLE_LPS
#EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y
-r8187se-objs := r8180_core.o \
+rtl8187se-objs := \
+ r8180_core.o \
r8180_sa2400.o \
r8180_93cx6.o \
r8180_wx.o \
@@
-50,5
+51,5
@@
r8187se-objs := r8180_core.o \
ieee80211/ieee80211_crypt_ccmp.o \
ieee80211/ieee80211_crypt_wep.o
-obj-$(CONFIG_RTL8187SE) += r8187se.o
+obj-$(CONFIG_RTL8187SE) += r
tl
8187se.o