]> git.ipfire.org Git - thirdparty/linux.git/blame - kernel/rcu/Makefile
rcu/tree: Mark the idle relevant functions noinstr
[thirdparty/linux.git] / kernel / rcu / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
5c9a8750
DV
2# Any varying coverage in these files is non-deterministic
3# and is generally not a function of system call inputs.
4KCOV_INSTRUMENT := n
5
8a7e8f51
PM
6ifeq ($(CONFIG_KCSAN),y)
7KBUILD_CFLAGS += -g -fno-omit-frame-pointer
8endif
9
cc44ca84 10obj-y += update.o sync.o
dad81a20 11obj-$(CONFIG_TREE_SRCU) += srcutree.o
d8be8173 12obj-$(CONFIG_TINY_SRCU) += srcutiny.o
51b1130e 13obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
8704baab 14obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o
4102adab 15obj-$(CONFIG_TREE_RCU) += tree.o
4102adab 16obj-$(CONFIG_TINY_RCU) += tiny.o
98059b98 17obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o