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


      1# SPDX-License-Identifier: ISC
      2obj-$(CONFIG_WIL6210) += wil6210.o
      3
      4wil6210-y := main.o
      5wil6210-y += netdev.o
      6wil6210-y += cfg80211.o
      7wil6210-y += pcie_bus.o
      8wil6210-$(CONFIG_WIL6210_DEBUGFS) += debugfs.o
      9wil6210-y += wmi.o
     10wil6210-y += interrupt.o
     11wil6210-y += txrx.o
     12wil6210-y += txrx_edma.o
     13wil6210-y += debug.o
     14wil6210-y += rx_reorder.o
     15wil6210-y += fw.o
     16wil6210-y += pm.o
     17wil6210-y += pmc.o
     18wil6210-$(CONFIG_WIL6210_TRACING) += trace.o
     19wil6210-y += wil_platform.o
     20wil6210-y += ethtool.o
     21wil6210-y += wil_crash_dump.o
     22wil6210-y += p2p.o
     23
     24# for tracing framework to find trace.h
     25CFLAGS_trace.o := -I$(src)