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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
      4# Makefile - Intel Management Engine Interface (Intel MEI) Linux driver
      5#
      6obj-$(CONFIG_INTEL_MEI) += mei.o
      7mei-objs := init.o
      8mei-objs += hbm.o
      9mei-objs += interrupt.o
     10mei-objs += client.o
     11mei-objs += main.o
     12mei-objs += dma-ring.o
     13mei-objs += bus.o
     14mei-objs += bus-fixup.o
     15mei-$(CONFIG_DEBUG_FS) += debugfs.o
     16
     17obj-$(CONFIG_INTEL_MEI_ME) += mei-me.o
     18mei-me-objs := pci-me.o
     19mei-me-objs += hw-me.o
     20
     21obj-$(CONFIG_INTEL_MEI_GSC) += mei-gsc.o
     22mei-gsc-objs := gsc-me.o
     23
     24obj-$(CONFIG_INTEL_MEI_TXE) += mei-txe.o
     25mei-txe-objs := pci-txe.o
     26mei-txe-objs += hw-txe.o
     27
     28mei-$(CONFIG_EVENT_TRACING) += mei-trace.o
     29CFLAGS_mei-trace.o = -I$(src)
     30
     31obj-$(CONFIG_INTEL_MEI_HDCP) += hdcp/
     32obj-$(CONFIG_INTEL_MEI_PXP) += pxp/