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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_CPU_SUP_AMD)		+= core.o
      3obj-$(CONFIG_PERF_EVENTS_AMD_BRS)	+= brs.o
      4obj-$(CONFIG_PERF_EVENTS_AMD_POWER)	+= power.o
      5obj-$(CONFIG_X86_LOCAL_APIC)		+= ibs.o
      6obj-$(CONFIG_PERF_EVENTS_AMD_UNCORE)	+= amd-uncore.o
      7amd-uncore-objs				:= uncore.o
      8ifdef CONFIG_AMD_IOMMU
      9obj-$(CONFIG_CPU_SUP_AMD)		+= iommu.o
     10endif