cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Makefile (1058B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_MAC80211) += mac80211.o
      3
      4# mac80211 objects
      5mac80211-y := \
      6	main.o status.o \
      7	driver-ops.o \
      8	sta_info.o \
      9	wep.o \
     10	aead_api.o \
     11	wpa.o \
     12	scan.o offchannel.o \
     13	ht.o agg-tx.o agg-rx.o \
     14	vht.o \
     15	he.o \
     16	s1g.o \
     17	ibss.o \
     18	iface.o \
     19	rate.o \
     20	michael.o \
     21	tkip.o \
     22	aes_cmac.o \
     23	aes_gmac.o \
     24	fils_aead.o \
     25	cfg.o \
     26	ethtool.o \
     27	rx.o \
     28	spectmgmt.o \
     29	tx.o \
     30	key.o \
     31	util.o \
     32	wme.o \
     33	chan.o \
     34	trace.o mlme.o \
     35	tdls.o \
     36	ocb.o \
     37	airtime.o \
     38	eht.o
     39
     40mac80211-$(CONFIG_MAC80211_LEDS) += led.o
     41mac80211-$(CONFIG_MAC80211_DEBUGFS) += \
     42	debugfs.o \
     43	debugfs_sta.o \
     44	debugfs_netdev.o \
     45	debugfs_key.o
     46
     47mac80211-$(CONFIG_MAC80211_MESH) += \
     48	mesh.o \
     49	mesh_pathtbl.o \
     50	mesh_plink.o \
     51	mesh_hwmp.o \
     52	mesh_sync.o \
     53	mesh_ps.o
     54
     55mac80211-$(CONFIG_PM) += pm.o
     56
     57CFLAGS_trace.o := -I$(src)
     58
     59rc80211_minstrel-y := \
     60	rc80211_minstrel_ht.o
     61
     62rc80211_minstrel-$(CONFIG_MAC80211_DEBUGFS) += \
     63	rc80211_minstrel_ht_debugfs.o
     64
     65mac80211-$(CONFIG_MAC80211_RC_MINSTREL) += $(rc80211_minstrel-y)
     66
     67ccflags-y += -DDEBUG