Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[sfrench/cifs-2.6.git] / net / mac80211 / Makefile
1 obj-$(CONFIG_MAC80211) += mac80211.o rc80211_simple.o
2
3 mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
4 mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += debugfs.o debugfs_sta.o debugfs_netdev.o debugfs_key.o
5
6 mac80211-objs := \
7         ieee80211.o \
8         ieee80211_ioctl.o \
9         sta_info.o \
10         wep.o \
11         wpa.o \
12         ieee80211_sta.o \
13         ieee80211_iface.o \
14         ieee80211_rate.o \
15         michael.o \
16         regdomain.o \
17         tkip.o \
18         aes_ccm.o \
19         wme.o \
20         ieee80211_cfg.o \
21         $(mac80211-objs-y)