Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[sfrench/cifs-2.6.git] / kernel / rcu / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Any varying coverage in these files is non-deterministic
3 # and is generally not a function of system call inputs.
4 KCOV_INSTRUMENT := n
5
6 obj-y += update.o sync.o
7 obj-$(CONFIG_TREE_SRCU) += srcutree.o
8 obj-$(CONFIG_TINY_SRCU) += srcutiny.o
9 obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
10 obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o
11 obj-$(CONFIG_TREE_RCU) += tree.o
12 obj-$(CONFIG_PREEMPT_RCU) += tree.o
13 obj-$(CONFIG_TINY_RCU) += tiny.o
14 obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o