Merge branch 'for-2.6.24' of master.kernel.org:/pub/scm/linux/kernel/git/olof/pasemi...
[pandora-kernel.git] / net / mac80211 / Makefile
1 obj-$(CONFIG_MAC80211) += mac80211.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 mac80211-objs-$(CONFIG_NET_SCHED) += wme.o
6 mac80211-objs-$(CONFIG_MAC80211_RCSIMPLE) += rc80211_simple.o
7
8 mac80211-objs := \
9         ieee80211.o \
10         ieee80211_ioctl.o \
11         sta_info.o \
12         wep.o \
13         wpa.o \
14         ieee80211_sta.o \
15         ieee80211_iface.o \
16         ieee80211_rate.o \
17         michael.o \
18         regdomain.o \
19         tkip.o \
20         aes_ccm.o \
21         cfg.o \
22         rx.o \
23         tx.o \
24         key.o \
25         util.o \
26         event.o \
27         $(mac80211-objs-y)