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


      1# SPDX-License-Identifier: GPL-2.0
      2#
      3# OCTEON-specific crypto modules.
      4#
      5
      6obj-y += octeon-crypto.o
      7
      8obj-$(CONFIG_CRYPTO_MD5_OCTEON)		+= octeon-md5.o
      9obj-$(CONFIG_CRYPTO_SHA1_OCTEON)	+= octeon-sha1.o
     10obj-$(CONFIG_CRYPTO_SHA256_OCTEON)	+= octeon-sha256.o
     11obj-$(CONFIG_CRYPTO_SHA512_OCTEON)	+= octeon-sha512.o