sound: seq_midi_event: fix decoding of (N)RPN events
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / net / mac80211 / Makefile
blob7d4971aa443f177a692bd909a9dbef8c50e682d5
1 obj-$(CONFIG_MAC80211) += mac80211.o
3 # mac80211 objects
4 mac80211-y := \
5 main.o \
6 wext.o \
7 sta_info.o \
8 wep.o \
9 wpa.o \
10 scan.o \
11 ht.o \
12 mlme.o \
13 iface.o \
14 rate.o \
15 michael.o \
16 tkip.o \
17 aes_ccm.o \
18 cfg.o \
19 rx.o \
20 spectmgmt.o \
21 tx.o \
22 key.o \
23 util.o \
24 wme.o \
25 event.o
27 mac80211-$(CONFIG_MAC80211_LEDS) += led.o
28 mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
29 debugfs.o \
30 debugfs_sta.o \
31 debugfs_netdev.o \
32 debugfs_key.o
34 mac80211-$(CONFIG_MAC80211_MESH) += \
35 mesh.o \
36 mesh_pathtbl.o \
37 mesh_plink.o \
38 mesh_hwmp.o
40 # objects for PID algorithm
41 rc80211_pid-y := rc80211_pid_algo.o
42 rc80211_pid-$(CONFIG_MAC80211_DEBUGFS) += rc80211_pid_debugfs.o
44 rc80211_minstrel-y := rc80211_minstrel.o
45 rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
47 mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc80211_pid-y)
48 mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
50 ccflags-y += -D__CHECK_ENDIAN__