]> bbs.cooldavid.org Git - net-next-2.6.git/blob - drivers/staging/rtl8192su/Makefile
staging: rtl8192su: move to EEPROM_93CX
[net-next-2.6.git] / drivers / staging / rtl8192su / Makefile
1 NIC_SELECT = RTL8192SU
2
3 EXTRA_CFLAGS += -std=gnu89
4 EXTRA_CFLAGS += -O2
5
6 EXTRA_CFLAGS += -DJACKSON_NEW_RX
7 EXTRA_CFLAGS += -DTHOMAS_BEACON
8
9 #EXTRA_CFLAGS += -DMUTIPLE_BULK_OUT
10
11 r8192s_usb-objs :=              \
12         r8192U_wx.o             \
13         r8192S_phy.o            \
14         r8192S_rtl6052.o        \
15         r8192S_rtl8225.o        \
16         r819xU_cmdpkt.o         \
17         r8192U_dm.o             \
18         r8192SU_HWImg.o         \
19         r8192S_firmware.o       \
20         r8192S_Efuse.o          \
21         r8192U_core.o           \
22         r8192U_pm.o             \
23         ieee80211/ieee80211_crypt.o             \
24         ieee80211/ieee80211_crypt_tkip.o        \
25         ieee80211/ieee80211_crypt_ccmp.o        \
26         ieee80211/ieee80211_crypt_wep.o         \
27         ieee80211/ieee80211_rx.o        \
28         ieee80211/ieee80211_softmac.o   \
29         ieee80211/ieee80211_tx.o        \
30         ieee80211/ieee80211_wx.o        \
31         ieee80211/ieee80211_module.o    \
32         ieee80211/ieee80211_softmac_wx.o\
33         ieee80211/rtl819x_HTProc.o      \
34         ieee80211/rtl819x_TSProc.o      \
35         ieee80211/rtl819x_BAProc.o      \
36         ieee80211/dot11d.o
37
38 obj-$(CONFIG_RTL8192SU) += r8192s_usb.o