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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# Cryptographic API
      4#
      5
      6obj-$(CONFIG_CRYPTO_SHA1_S390) += sha1_s390.o sha_common.o
      7obj-$(CONFIG_CRYPTO_SHA256_S390) += sha256_s390.o sha_common.o
      8obj-$(CONFIG_CRYPTO_SHA512_S390) += sha512_s390.o sha_common.o
      9obj-$(CONFIG_CRYPTO_SHA3_256_S390) += sha3_256_s390.o sha_common.o
     10obj-$(CONFIG_CRYPTO_SHA3_512_S390) += sha3_512_s390.o sha_common.o
     11obj-$(CONFIG_CRYPTO_DES_S390) += des_s390.o
     12obj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o
     13obj-$(CONFIG_CRYPTO_PAES_S390) += paes_s390.o
     14obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o
     15obj-$(CONFIG_S390_PRNG) += prng.o
     16obj-$(CONFIG_CRYPTO_GHASH_S390) += ghash_s390.o
     17obj-$(CONFIG_CRYPTO_CRC32_S390) += crc32-vx_s390.o
     18obj-$(CONFIG_ARCH_RANDOM) += arch_random.o
     19
     20crc32-vx_s390-y := crc32-vx.o crc32le-vx.o crc32be-vx.o
     21chacha_s390-y := chacha-glue.o chacha-s390.o