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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_INTEL_TH)		+= intel_th.o
      3intel_th-y			:= core.o
      4intel_th-$(CONFIG_INTEL_TH_DEBUG) += debug.o
      5
      6obj-$(CONFIG_INTEL_TH_PCI)	+= intel_th_pci.o
      7intel_th_pci-y			:= pci.o
      8
      9obj-$(CONFIG_INTEL_TH_ACPI)	+= intel_th_acpi.o
     10intel_th_acpi-y			:= acpi.o
     11
     12obj-$(CONFIG_INTEL_TH_GTH)	+= intel_th_gth.o
     13intel_th_gth-y			:= gth.o
     14
     15obj-$(CONFIG_INTEL_TH_STH)	+= intel_th_sth.o
     16intel_th_sth-y			:= sth.o
     17
     18obj-$(CONFIG_INTEL_TH_MSU)	+= intel_th_msu.o
     19intel_th_msu-y			:= msu.o
     20
     21obj-$(CONFIG_INTEL_TH_PTI)	+= intel_th_pti.o
     22intel_th_pti-y			:= pti.o
     23
     24obj-$(CONFIG_INTEL_TH_MSU)	+= intel_th_msu_sink.o
     25intel_th_msu_sink-y		:= msu-sink.o