aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/Makefile
blob: 1b992658825999b5de47696f9bdec38d13485784 (plain) (blame)
1
2
3
4
5
obj-$(CONFIG_ASYNC_CORE) += async_tx.o
obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
obj-$(CONFIG_ASYNC_MEMSET) += async_memset.o
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
obj-$(CONFIG_ASYNC_PQ) += async_pq.o