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