iwmc3200wifi: Test of wrong pointer after kzalloc in iwm_mlme_update_bss_table()
[safe/jmp/linux-2.6] / drivers / staging / rtl8192e / Makefile
1 NIC_SELECT = RTL8192E
2
3
4 EXTRA_CFLAGS += -DRTL8192E
5 EXTRA_CFLAGS += -std=gnu89
6 EXTRA_CFLAGS += -O2
7 EXTRA_CFLAGS += -DTHOMAS_TURBO
8 EXTRA_CFLAGS += -DENABLE_DOT11D
9
10 r8192_pci-objs :=               \
11         r8192E_core.o           \
12         r8180_93cx6.o           \
13         r8192E_wx.o             \
14         r8190_rtl8256.o         \
15         r819xE_phy.o            \
16         r819xE_firmware.o       \
17         r819xE_cmdpkt.o         \
18         r8192E_dm.o             \
19         ieee80211/ieee80211_rx.o                \
20         ieee80211/ieee80211_softmac.o           \
21         ieee80211/ieee80211_tx.o                \
22         ieee80211/ieee80211_wx.o                \
23         ieee80211/ieee80211_module.o            \
24         ieee80211/ieee80211_softmac_wx.o        \
25         ieee80211/rtl819x_HTProc.o              \
26         ieee80211/rtl819x_TSProc.o              \
27         ieee80211/rtl819x_BAProc.o              \
28         ieee80211/dot11d.o                      \
29         ieee80211/ieee80211_crypt.o             \
30         ieee80211/ieee80211_crypt_tkip.o        \
31         ieee80211/ieee80211_crypt_ccmp.o        \
32         ieee80211/ieee80211_crypt_wep.o
33
34 obj-$(CONFIG_RTL8192E) += r8192_pci.o