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