Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / drivers / staging / rtl8192u / ieee80211 / Makefile
1 NIC_SELECT = RTL8192U
2
3 ccflags-y := -I$(TOPDIR)/drivers/net/wireless
4 ccflags-y += -O2
5 ccflags-y += -DJACKSON_NEW_8187 -DJACKSON_NEW_RX
6
7 ieee80211-rsl-objs := ieee80211_rx.o \
8                       ieee80211_softmac.o \
9                       ieee80211_tx.o \
10                       ieee80211_wx.o \
11                       ieee80211_module.o \
12                       ieee80211_softmac_wx.o\
13                       rtl819x_HTProc.o\
14                       rtl819x_TSProc.o\
15                       rtl819x_BAProc.o\
16                       dot11d.o
17
18 ieee80211_crypt-rsl-objs := ieee80211_crypt.o
19 ieee80211_crypt_tkip-rsl-objs := ieee80211_crypt_tkip.o
20 ieee80211_crypt_ccmp-rsl-objs := ieee80211_crypt_ccmp.o
21 ieee80211_crypt_wep-rsl-objs := ieee80211_crypt_wep.o
22
23 obj-m +=ieee80211-rsl.o
24 obj-m +=ieee80211_crypt-rsl.o
25 obj-m +=ieee80211_crypt_wep-rsl.o
26 obj-m +=ieee80211_crypt_tkip-rsl.o
27 obj-m +=ieee80211_crypt_ccmp-rsl.o