aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192su/Makefile
diff options
context:
space:
mode:
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2009-07-13 14:13:49 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-15 15:01:42 -0400
commit5d9baea95f45bddcecab050de1af2ef678e85339 (patch)
tree6101ee8b394e80c649fe7d9a95e7134069ba6e70 /drivers/staging/rtl8192su/Makefile
parentadd6e6342d7d72b6a53e81f053bf86562eb14e74 (diff)
Staging: rtl8192su: make private ieee80211 stack really private
* rename ieee80211_{init,exit}() to ieee80211_debug_{init,exit}() * make private ieee80211 stack really private * cleanup Makefile * remove superfluous ieee80211_* defines * remove superfluous EXPORT_SYMBOLs Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8192su/Makefile')
-rw-r--r--drivers/staging/rtl8192su/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/drivers/staging/rtl8192su/Makefile b/drivers/staging/rtl8192su/Makefile
index aa9f80664de..52dc09baf4f 100644
--- a/drivers/staging/rtl8192su/Makefile
+++ b/drivers/staging/rtl8192su/Makefile
@@ -21,9 +21,11 @@ r8192s_usb-objs := \
21 r8192S_firmware.o \ 21 r8192S_firmware.o \
22 r8192S_Efuse.o \ 22 r8192S_Efuse.o \
23 r8192U_core.o \ 23 r8192U_core.o \
24 r8192U_pm.o 24 r8192U_pm.o \
25 25 ieee80211/ieee80211_crypt.o \
26ieee80211-rsl-objs := \ 26 ieee80211/ieee80211_crypt_tkip.o \
27 ieee80211/ieee80211_crypt_ccmp.o \
28 ieee80211/ieee80211_crypt_wep.o \
27 ieee80211/ieee80211_rx.o \ 29 ieee80211/ieee80211_rx.o \
28 ieee80211/ieee80211_softmac.o \ 30 ieee80211/ieee80211_softmac.o \
29 ieee80211/ieee80211_tx.o \ 31 ieee80211/ieee80211_tx.o \
@@ -36,10 +38,3 @@ ieee80211-rsl-objs := \
36 ieee80211/dot11d.o 38 ieee80211/dot11d.o
37 39
38obj-$(CONFIG_RTL8192SU) += r8192s_usb.o 40obj-$(CONFIG_RTL8192SU) += r8192s_usb.o
39obj-$(CONFIG_RTL8192SU) += ieee80211-rsl.o
40obj-$(CONFIG_RTL8192SU) += ieee80211/ieee80211_crypt.o
41obj-$(CONFIG_RTL8192SU) += ieee80211/ieee80211_crypt_tkip.o
42obj-$(CONFIG_RTL8192SU) += ieee80211/ieee80211_crypt_ccmp.o
43obj-$(CONFIG_RTL8192SU) += ieee80211/ieee80211_crypt_wep.o
44
45