1# SPDX-License-Identifier: GPL-2.0-only
2
3obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o
4chacha_s390-y := chacha-glue.o chacha-s390.o
5