]> Git Repo - linux.git/blob - drivers/crypto/nx/Makefile
x86/kaslr: Expose and use the end of the physical memory address space
[linux.git] / drivers / crypto / nx / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 obj-$(CONFIG_CRYPTO_DEV_NX_ENCRYPT) += nx-crypto.o
3 nx-crypto-objs := nx.o \
4                   nx-aes-cbc.o \
5                   nx-aes-ecb.o \
6                   nx-aes-gcm.o \
7                   nx-aes-ccm.o \
8                   nx-aes-ctr.o \
9                   nx-aes-xcbc.o \
10                   nx-sha256.o \
11                   nx-sha512.o
12
13 nx-crypto-$(CONFIG_DEBUG_FS) += nx_debugfs.o
14 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_PSERIES) += nx-compress-pseries.o nx-compress.o
15 obj-$(CONFIG_CRYPTO_DEV_NX_COMPRESS_POWERNV) += nx-compress-powernv.o nx-compress.o
16 nx-compress-objs := nx-842.o
17 nx-compress-pseries-objs := nx-common-pseries.o
18 nx-compress-powernv-objs := nx-common-powernv.o
This page took 0.035589 seconds and 4 git commands to generate.