]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - crypto/async_tx/Makefile
crypto: api - Check spawn->alg under lock in crypto_drop_spawn
[mirror_ubuntu-bionic-kernel.git] / crypto / async_tx / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
9bc89cd8
DW
2obj-$(CONFIG_ASYNC_CORE) += async_tx.o
3obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
9bc89cd8 4obj-$(CONFIG_ASYNC_XOR) += async_xor.o
b2f46fd8 5obj-$(CONFIG_ASYNC_PQ) += async_pq.o
0a82a623 6obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o
cb3c8299 7obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o