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 (575B)


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_IWLMVM)   += iwlmvm.o
      3iwlmvm-y += fw.o mac80211.o nvm.o ops.o phy-ctxt.o mac-ctxt.o
      4iwlmvm-y += utils.o rx.o rxmq.o tx.o binding.o quota.o sta.o sf.o
      5iwlmvm-y += scan.o time-event.o rs.o rs-fw.o
      6iwlmvm-y += power.o coex.o
      7iwlmvm-y += tt.o offloading.o tdls.o
      8iwlmvm-y += ftm-responder.o ftm-initiator.o
      9iwlmvm-y += rfi.o
     10iwlmvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o debugfs-vif.o
     11iwlmvm-$(CONFIG_IWLWIFI_LEDS) += led.o
     12iwlmvm-$(CONFIG_PM) += d3.o
     13iwlmvm-$(CONFIG_IWLMEI) += vendor-cmd.o
     14
     15ccflags-y += -I $(srctree)/$(src)/../