brintos

brintos / linux-shallow public Read only

0
0
Text · 296 B · 056e482 Raw
8 lines · plain
1# SPDX-License-Identifier: GPL-2.02obj-$(CONFIG_ASYNC_CORE) += async_tx.o3obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o4obj-$(CONFIG_ASYNC_XOR) += async_xor.o5obj-$(CONFIG_ASYNC_PQ) += async_pq.o6obj-$(CONFIG_ASYNC_RAID6_RECOV) += async_raid6_recov.o7obj-$(CONFIG_ASYNC_RAID6_TEST) += raid6test.o8