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
      2wlcore-objs		= main.o cmd.o io.o event.o tx.o rx.o ps.o acx.o \
      3			  boot.o init.o debugfs.o scan.o sysfs.o vendor_cmd.o
      4
      5wlcore_spi-objs 	= spi.o
      6wlcore_sdio-objs	= sdio.o
      7
      8wlcore-$(CONFIG_NL80211_TESTMODE)	+= testmode.o
      9obj-$(CONFIG_WLCORE)			+= wlcore.o
     10obj-$(CONFIG_WLCORE_SPI)		+= wlcore_spi.o
     11obj-$(CONFIG_WLCORE_SDIO)		+= wlcore_sdio.o