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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# DMA Engine Helpers
      4#
      5
      6obj-$(CONFIG_SH_DMAE_BASE) += shdma-base.o
      7
      8#
      9# DMA Controllers
     10#
     11
     12shdma-y := shdmac.o
     13shdma-objs := $(shdma-y)
     14obj-$(CONFIG_SH_DMAE) += shdma.o
     15
     16obj-$(CONFIG_RCAR_DMAC) += rcar-dmac.o
     17obj-$(CONFIG_RENESAS_USB_DMAC) += usb-dmac.o
     18obj-$(CONFIG_RZ_DMAC) += rz-dmac.o