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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Makefile - Intel Speed Select Interface drivers
      4# Copyright (c) 2019, Intel Corporation.
      5#
      6
      7obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_common.o
      8obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mmio.o
      9obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_pci.o
     10obj-$(CONFIG_INTEL_SPEED_SELECT_INTERFACE) += isst_if_mbox_msr.o