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


      1# SPDX-License-Identifier: GPL-2.0-only
      2obj-$(CONFIG_DTPM) += dtpm.o
      3obj-$(CONFIG_DTPM_CPU) += dtpm_cpu.o
      4obj-$(CONFIG_DTPM_DEVFREQ) += dtpm_devfreq.o
      5obj-$(CONFIG_POWERCAP)	+= powercap_sys.o
      6obj-$(CONFIG_INTEL_RAPL_CORE) += intel_rapl_common.o
      7obj-$(CONFIG_INTEL_RAPL) += intel_rapl_msr.o
      8obj-$(CONFIG_IDLE_INJECT) += idle_inject.o