rc80211-pid: add debugging
[safe/jmp/linux-2.6] / net / mac80211 / Makefile
1 obj-$(CONFIG_MAC80211) += mac80211.o
2
3 mac80211-objs-$(CONFIG_MAC80211_LEDS) += ieee80211_led.o
4 mac80211-objs-$(CONFIG_NET_SCHED) += wme.o
5 mac80211-objs-$(CONFIG_MAC80211_RC_SIMPLE) += rc80211_simple.o
6 mac80211-objs-$(CONFIG_MAC80211_RC_PID) += rc80211_pid_algo.o
7
8 mac80211-debugfs-objs-$(CONFIG_MAC80211_RC_PID) += rc80211_pid_debugfs.o
9 mac80211-objs-$(CONFIG_MAC80211_DEBUGFS) += \
10         debugfs.o \
11         debugfs_sta.o \
12         debugfs_netdev.o \
13         debugfs_key.o \
14         $(mac80211-debugfs-objs-y)
15
16 mac80211-objs := \
17         ieee80211.o \
18         ieee80211_ioctl.o \
19         sta_info.o \
20         wep.o \
21         wpa.o \
22         ieee80211_sta.o \
23         ieee80211_iface.o \
24         ieee80211_rate.o \
25         michael.o \
26         regdomain.o \
27         tkip.o \
28         aes_ccm.o \
29         cfg.o \
30         rx.o \
31         tx.o \
32         key.o \
33         util.o \
34         event.o \
35         $(mac80211-objs-y)