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


      1# SPDX-License-Identifier: GPL-2.0
      2obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
      3nx-crypto-objs := nx.o \
      4		  nx_debugfs.o \
      5		  nx-aes-cbc.o \
      6		  nx-aes-ecb.o \
      7		  nx-aes-gcm.o \
      8		  nx-aes-ccm.o \
      9		  nx-aes-ctr.o \
     10		  nx-aes-xcbc.o \
     11		  nx-sha256.o \
     12		  nx-sha512.o
     13
     14obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
     15obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
     16nx-compress-objs := nx-842.o
     17nx-compress-pseries-objs := nx-common-pseries.o
     18nx-compress-powernv-objs := nx-common-powernv.o