Blame view

drivers/crypto/nx/Makefile 570 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
322cacce0   Seth Jennings   powerpc/crypto: r...
2
  obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
aef7b31c8   Kent Yoder   powerpc/crypto: B...
3
4
5
6
7
8
9
10
11
12
  nx-crypto-objs := nx.o \
  		  nx_debugfs.o \
  		  nx-aes-cbc.o \
  		  nx-aes-ecb.o \
  		  nx-aes-gcm.o \
  		  nx-aes-ccm.o \
  		  nx-aes-ctr.o \
  		  nx-aes-xcbc.o \
  		  nx-sha256.o \
  		  nx-sha512.o
0e16aafb1   Seth Jennings   powerpc/crypto: a...
13

03952d980   Dan Streetman   crypto: nx - make...
14
15
  obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
  obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
174d66d47   Dan Streetman   crypto: nx - rena...
16
  nx-compress-objs := nx-842.o
7011a1223   Dan Streetman   crypto: nx - add ...
17
  nx-compress-pseries-objs := nx-842-pseries.o
32e091a66   Haren Myneni   crypto/nx: Rename...
18
  nx-compress-powernv-objs := nx-common-powernv.o