rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | obj-$(CONFIG_ASYNC_CORE) += async_tx.o | ||||
3 | obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o | ||||
4 | obj-$(CONFIG_ASYNC_XOR) += async_xor.o | ||||
5 | obj-$(CONFIG_ASYNC_PQ) += async_pq.o | ||||
6 | obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o | ||||
7 | obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o |