mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
5 lines
136 B
Makefile
5 lines
136 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_CHACHA_S390) += chacha_s390.o
|
||
|
chacha_s390-y := chacha-glue.o chacha-s390.o
|