[MAC80211]: Add mac80211 wireless stack.
[platform/adaptation/renesas_rcar/renesas_kernel.git] / net / mac80211 / Makefile
1 obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o
2
3 mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
4
5 mac80211-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)