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