[MAC80211]: Add mac80211 wireless stack.
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / net / mac80211 / Makefile
CommitLineData
f0706e82
JB
1obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o
2
3mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
4
5mac80211-objs := \
6 ieee80211.o \
7 ieee80211_ioctl.o \
8 sta_info.o \
9 wep.o \
10 wpa.o \
11 ieee80211_sta.o \
12 ieee80211_iface.o \
13 ieee80211_rate.o \
14 michael.o \
15 tkip.o \
16 aes_ccm.o \
17 wme.o \
18 ieee80211_cfg.o \
19 $(mac80211-objs-y)