diff options
| author | Heiko Carstens <hca@linux.ibm.com> | 2026-08-31 10:38:38 +0200 |
|---|---|---|
| committer | Vasily Gorbik <gor@linux.ibm.com> | 2026-09-08 15:53:41 +0200 |
| commit | dc2136341be9835e70ba7c6b36904cf3683fd029 (patch) | |
| tree | b0d5d018a9230ae07165179fd0a98fa2dad9d57d | |
| parent | 7a08507ea5b4d06ad8d269287913573f34467565 (diff) | |
| download | linux-dc2136341be9835e70ba7c6b36904cf3683fd029.tar.gz linux-dc2136341be9835e70ba7c6b36904cf3683fd029.zip | |
s390/crypto: Enable CONTEXT_ANALYSIS
Enable CONTEXT_ANALYSIS since s390's crypto code compiles now without
warnings.
Reviewed-by: Harald Freudenberger <freude@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
| -rw-r--r-- | arch/s390/crypto/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/s390/crypto/Makefile b/arch/s390/crypto/Makefile index 48aeb0c0ffbd..1d6420813935 100644 --- a/arch/s390/crypto/Makefile +++ b/arch/s390/crypto/Makefile @@ -3,6 +3,8 @@ # Cryptographic API # +CONTEXT_ANALYSIS := y + obj-$(CONFIG_CRYPTO_AES_S390) += aes_s390.o obj-$(CONFIG_CRYPTO_PAES_S390) += paes_s390.o obj-$(CONFIG_S390_PRNG) += prng.o |
