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


      1# SPDX-License-Identifier: GPL-2.0
      2
      3obj-$(CONFIG_MCB) += mcb.o
      4
      5mcb-y += mcb-core.o
      6mcb-y += mcb-parse.o
      7
      8obj-$(CONFIG_MCB_PCI) += mcb-pci.o
      9obj-$(CONFIG_MCB_LPC) += mcb-lpc.o