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


      1# SPDX-License-Identifier: GPL-2.0-only
      2#
      3# AMD Passthru DMA driver
      4#
      5
      6obj-$(CONFIG_AMD_PTDMA) += ptdma.o
      7
      8ptdma-objs := ptdma-dev.o ptdma-dmaengine.o ptdma-debugfs.o
      9
     10ptdma-$(CONFIG_PCI) += ptdma-pci.o