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_ASYNC_CORE) += async_tx.o
      3obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
      4obj-$(CONFIG_ASYNC_XOR) += async_xor.o
      5obj-$(CONFIG_ASYNC_PQ) += async_pq.o
      6obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
      7obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o