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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_DW_DMAC_CORE)	+= dw_dmac_core.o
      3dw_dmac_core-y			:= core.o dw.o idma32.o
      4dw_dmac_core-$(CONFIG_ACPI)	+= acpi.o
      5
      6obj-$(CONFIG_DW_DMAC)		+= dw_dmac.o
      7dw_dmac-y			:= platform.o
      8dw_dmac-$(CONFIG_OF)		+= of.o
      9
     10obj-$(CONFIG_DW_DMAC_PCI)	+= dw_dmac_pci.o
     11dw_dmac_pci-y			:= pci.o
     12
     13obj-$(CONFIG_RZN1_DMAMUX)	+= rzn1-dmamux.o