2007-10-28 14:17:44 +01:00
|
|
|
obj-$(CONFIG_MAC80211) += mac80211.o
|
2007-05-05 20:45:53 +02:00
|
|
|
|
2008-01-02 15:17:03 +01:00
|
|
|
# mac80211 objects
|
|
|
|
mac80211-y := \
|
2009-11-18 18:42:47 +01:00
|
|
|
main.o status.o \
|
2015-07-15 14:56:05 +02:00
|
|
|
driver-ops.o \
|
2007-05-05 20:45:53 +02:00
|
|
|
sta_info.o \
|
|
|
|
wep.o \
|
|
|
|
wpa.o \
|
2009-12-23 13:15:40 +01:00
|
|
|
scan.o offchannel.o \
|
2009-02-10 21:25:46 +01:00
|
|
|
ht.o agg-tx.o agg-rx.o \
|
2012-10-10 13:33:04 +02:00
|
|
|
vht.o \
|
2009-02-15 12:44:28 +01:00
|
|
|
ibss.o \
|
2008-04-08 21:14:40 +02:00
|
|
|
iface.o \
|
|
|
|
rate.o \
|
2007-05-05 20:45:53 +02:00
|
|
|
michael.o \
|
|
|
|
tkip.o \
|
|
|
|
aes_ccm.o \
|
2015-01-24 18:52:06 +01:00
|
|
|
aes_gcm.o \
|
2009-01-08 12:32:01 +01:00
|
|
|
aes_cmac.o \
|
2015-01-24 18:52:09 +01:00
|
|
|
aes_gmac.o \
|
2007-09-18 23:29:20 +02:00
|
|
|
cfg.o \
|
2014-06-04 17:31:56 +02:00
|
|
|
ethtool.o \
|
2007-07-27 15:43:22 +02:00
|
|
|
rx.o \
|
2008-09-09 14:49:03 +02:00
|
|
|
spectmgmt.o \
|
2007-07-27 15:43:22 +02:00
|
|
|
tx.o \
|
2007-07-27 15:43:23 +02:00
|
|
|
key.o \
|
2007-07-27 15:43:23 +02:00
|
|
|
util.o \
|
2008-07-15 12:34:57 +02:00
|
|
|
wme.o \
|
2011-11-25 13:31:53 +01:00
|
|
|
chan.o \
|
2014-05-01 09:17:28 +02:00
|
|
|
trace.o mlme.o \
|
2014-11-03 10:33:19 +01:00
|
|
|
tdls.o \
|
|
|
|
ocb.o
|
2008-01-02 15:17:03 +01:00
|
|
|
|
2008-04-08 21:14:40 +02:00
|
|
|
mac80211-$(CONFIG_MAC80211_LEDS) += led.o
|
2008-01-02 15:17:03 +01:00
|
|
|
mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
|
|
|
|
debugfs.o \
|
|
|
|
debugfs_sta.o \
|
|
|
|
debugfs_netdev.o \
|
|
|
|
debugfs_key.o
|
|
|
|
|
2008-02-23 15:17:21 +01:00
|
|
|
mac80211-$(CONFIG_MAC80211_MESH) += \
|
|
|
|
mesh.o \
|
|
|
|
mesh_pathtbl.o \
|
|
|
|
mesh_plink.o \
|
2012-03-31 20:31:32 +02:00
|
|
|
mesh_hwmp.o \
|
2013-01-30 18:14:08 +01:00
|
|
|
mesh_sync.o \
|
|
|
|
mesh_ps.o
|
2008-02-23 15:17:21 +01:00
|
|
|
|
2009-01-19 17:20:53 +01:00
|
|
|
mac80211-$(CONFIG_PM) += pm.o
|
|
|
|
|
2012-06-22 12:55:52 +02:00
|
|
|
CFLAGS_trace.o := -I$(src)
|
2009-07-07 13:46:22 +02:00
|
|
|
|
2008-10-05 18:07:45 +02:00
|
|
|
rc80211_minstrel-y := rc80211_minstrel.o
|
|
|
|
rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_debugfs.o
|
|
|
|
|
2010-05-13 16:48:03 +02:00
|
|
|
rc80211_minstrel_ht-y := rc80211_minstrel_ht.o
|
|
|
|
rc80211_minstrel_ht-$(CONFIG_MAC80211_DEBUGFS) += rc80211_minstrel_ht_debugfs.o
|
|
|
|
|
2008-10-05 18:07:45 +02:00
|
|
|
mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
|
2010-05-13 16:48:03 +02:00
|
|
|
mac80211-$(CONFIG_MAC80211_RC_MINSTREL_HT) += $(rc80211_minstrel_ht-y)
|
2008-12-09 12:39:52 +01:00
|
|
|
|
2012-06-22 11:29:50 +02:00
|
|
|
ccflags-y += -D__CHECK_ENDIAN__ -DDEBUG
|