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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_CXL_BUS) += cxl_core.o
      3obj-$(CONFIG_CXL_SUSPEND) += suspend.o
      4
      5ccflags-y += -I$(srctree)/drivers/cxl
      6cxl_core-y := port.o
      7cxl_core-y += pmem.o
      8cxl_core-y += regs.o
      9cxl_core-y += memdev.o
     10cxl_core-y += mbox.o
     11cxl_core-y += pci.o
     12cxl_core-y += hdm.o