diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2008-12-04 23:19:44 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 16:52:32 -0500 |
commit | bac6cd182916d95b8ffce4cd20cfa1e885c1ea42 (patch) | |
tree | b93db6649051fa8fc6825b46caaa83548c6c4bc7 /drivers | |
parent | ceda4ae6d24c4167ad5c2f09609a7e4a626a8301 (diff) |
Staging: rtl8187se: make the built module be the proper name
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/rtl8187se/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/staging/rtl8187se/Makefile b/drivers/staging/rtl8187se/Makefile index cc1c2407402..6bc7e29771c 100644 --- a/drivers/staging/rtl8187se/Makefile +++ b/drivers/staging/rtl8187se/Makefile | |||
@@ -26,7 +26,8 @@ EXTRA_CFLAGS += -DENABLE_LPS | |||
26 | 26 | ||
27 | #EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y | 27 | #EXTRA_CFLAGS += -mhard-float -DCONFIG_FORCE_HARD_FLOAT=y |
28 | 28 | ||
29 | r8187se-objs := r8180_core.o \ | 29 | rtl8187se-objs := \ |
30 | r8180_core.o \ | ||
30 | r8180_sa2400.o \ | 31 | r8180_sa2400.o \ |
31 | r8180_93cx6.o \ | 32 | r8180_93cx6.o \ |
32 | r8180_wx.o \ | 33 | r8180_wx.o \ |
@@ -50,5 +51,5 @@ r8187se-objs := r8180_core.o \ | |||
50 | ieee80211/ieee80211_crypt_ccmp.o \ | 51 | ieee80211/ieee80211_crypt_ccmp.o \ |
51 | ieee80211/ieee80211_crypt_wep.o | 52 | ieee80211/ieee80211_crypt_wep.o |
52 | 53 | ||
53 | obj-$(CONFIG_RTL8187SE) += r8187se.o | 54 | obj-$(CONFIG_RTL8187SE) += rtl8187se.o |
54 | 55 | ||