ALSA: snd-aloop - fix issue in the timer start function
[deliverable/linux.git] / net / mac80211 / Makefile
CommitLineData
ac71c691 1obj-$(CONFIG_MAC80211) += mac80211.o
f0706e82 2
4b475898
JB
3# mac80211 objects
4mac80211-y := \
fe7a5d5c 5 main.o status.o \
f0706e82
JB
6 sta_info.o \
7 wep.o \
8 wpa.o \
b203ffc3 9 scan.o offchannel.o \
b8695a8f 10 ht.o agg-tx.o agg-rx.o \
46900298 11 ibss.o \
af6b6374 12 mlme.o work.o \
2c8dccc7
JB
13 iface.o \
14 rate.o \
f0706e82
JB
15 michael.o \
16 tkip.o \
17 aes_ccm.o \
765cb46a 18 aes_cmac.o \
fa5fea71 19 cfg.o \
571ecf67 20 rx.o \
39192c0b 21 spectmgmt.o \
e2ebc74d 22 tx.o \
1f5a7e47 23 key.o \
c2d1560a 24 util.o \
51cb6db0 25 wme.o \
f444de05
JB
26 event.o \
27 chan.o
4b475898 28
2c8dccc7 29mac80211-$(CONFIG_MAC80211_LEDS) += led.o
4b475898
JB
30mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
31 debugfs.o \
32 debugfs_sta.o \
33 debugfs_netdev.o \
34 debugfs_key.o
35
2f5ce793
JB
36mac80211-$(CONFIG_MAC80211_MESH) += \
37 mesh.o \
38 mesh_pathtbl.o \
39 mesh_plink.o \
40 mesh_hwmp.o
41
665af4fc
BC
42mac80211-$(CONFIG_PM) += pm.o
43
0a2b8bb2
JB
44mac80211-$(CONFIG_MAC80211_DRIVER_API_TRACER) += driver-trace.o
45CFLAGS_driver-trace.o := -I$(src)
46
e5f5e733
AB
47# objects for PID algorithm
48rc80211_pid-y := rc80211_pid_algo.o
49rc80211_pid-$(CONFIG_MAC80211_DEBUGFS) += rc80211_pid_debugfs.o
4b475898 50
cccf129f
FF
51rc80211_minstrel-y := rc80211_minstrel.o
52rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
53
e5f5e733 54mac80211-$(CONFIG_MAC80211_RC_PID) += $(rc80211_pid-y)
cccf129f 55mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
b1439236
JB
56
57ccflags-y += -D__CHECK_ENDIAN__
This page took 0.362957 seconds and 5 git commands to generate.