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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_DAX) += dax.o
      3obj-$(CONFIG_DEV_DAX) += device_dax.o
      4obj-$(CONFIG_DEV_DAX_KMEM) += kmem.o
      5obj-$(CONFIG_DEV_DAX_PMEM) += dax_pmem.o
      6
      7dax-y := super.o
      8dax-y += bus.o
      9device_dax-y := device.o
     10dax_pmem-y := pmem.o
     11
     12obj-y += hmem/