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


      1# SPDX-License-Identifier: GPL-2.0
      2# DVM
      3obj-$(CONFIG_IWLDVM)	+= iwldvm.o
      4iwldvm-objs		+= main.o rs.o mac80211.o ucode.o tx.o
      5iwldvm-objs		+= lib.o calib.o tt.o sta.o rx.o
      6
      7iwldvm-objs		+= power.o
      8iwldvm-objs		+= scan.o
      9iwldvm-objs		+= rxon.o devices.o
     10
     11iwldvm-$(CONFIG_IWLWIFI_LEDS) += led.o
     12iwldvm-$(CONFIG_IWLWIFI_DEBUGFS) += debugfs.o
     13
     14ccflags-y += -I $(srctree)/$(src)/../