linux/lib/raid/xor/tests/Makefile
Christoph Hellwig b6a1359bbe xor: enable lock context analysis
Patch series "misc lib/raid/ improvements v2".

This series improves the benchmark-based algorithm selection and adds
kunit benchmarks for both the XOR and raid6 libraries, and tidies up a few
very minor other bits.


This patch (of 8):

The code doesn't have any locking, so this is trivial.

Link: https://lore.kernel.org/20260715144825.95432-1-hch@lst.de
Link: https://lore.kernel.org/20260715144825.95432-2-hch@lst.de
Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Eric Biggers <ebiggers@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
2026-08-03 21:10:15 -07:00

6 lines
108 B
Makefile

# SPDX-License-Identifier: GPL-2.0-only
CONTEXT_ANALYSIS := y
obj-$(CONFIG_XOR_KUNIT_TEST) += xor_kunit.o