mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
8 lines
282 B
Makefile
8 lines
282 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0-only
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_CHACHA20_P10) += chacha-p10-crypto.o
|
||
|
chacha-p10-crypto-y := chacha-p10-glue.o chacha-p10le-8x.o
|
||
|
|
||
|
obj-$(CONFIG_CRYPTO_POLY1305_P10) += poly1305-p10-crypto.o
|
||
|
poly1305-p10-crypto-y := poly1305-p10-glue.o poly1305-p10le_64.o
|