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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile for linux/drivers/platform/x86/intel/pmt
      4# Intel Platform Monitoring Technology Drivers
      5#
      6
      7obj-$(CONFIG_INTEL_PMT_CLASS)		+= pmt_class.o
      8pmt_class-y				:= class.o
      9obj-$(CONFIG_INTEL_PMT_TELEMETRY)	+= pmt_telemetry.o
     10pmt_telemetry-y				:= telemetry.o
     11obj-$(CONFIG_INTEL_PMT_CRASHLOG)	+= pmt_crashlog.o
     12pmt_crashlog-y				:= crashlog.o