]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - kernel/rcu/Makefile
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[mirror_ubuntu-eoan-kernel.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
cc44ca84 6obj-y += update.o sync.o
dad81a20 7obj-$(CONFIG_TREE_SRCU) += srcutree.o
d8be8173 8obj-$(CONFIG_TINY_SRCU) += srcutiny.o
51b1130e 9obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
8704baab 10obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o
4102adab 11obj-$(CONFIG_TREE_RCU) += tree.o
28f6569a 12obj-$(CONFIG_PREEMPT_RCU) += tree.o
4102adab 13obj-$(CONFIG_TINY_RCU) += tiny.o
98059b98 14obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o