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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_ZD1211RW) += zd1211rw.o
      3
      4zd1211rw-objs := zd_chip.o zd_mac.o \
      5		zd_rf_al2230.o zd_rf_rf2959.o \
      6		zd_rf_al7230b.o zd_rf_uw2453.o \
      7		zd_rf.o zd_usb.o
      8
      9ccflags-$(CONFIG_ZD1211RW_DEBUG) := -DDEBUG
     10