diff options
Diffstat (limited to 'lib/crypto/s390/Makefile')
-rw-r--r-- | lib/crypto/s390/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/crypto/s390/Makefile b/lib/crypto/s390/Makefile new file mode 100644 index 000000000000..06c2cf77178e --- /dev/null +++ b/lib/crypto/s390/Makefile @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o +chacha_s390-y := chacha-glue.o chacha-s390.o |