]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - kernel/rcu/Makefile
x86/perf/cqm: Wipe out perf based cqm
[mirror_ubuntu-artful-kernel.git] / kernel / rcu / Makefile
CommitLineData
5c9a8750
DV
1# Any varying coverage in these files is non-deterministic
2# and is generally not a function of system call inputs.
3KCOV_INSTRUMENT := n
4
cc44ca84 5obj-y += update.o sync.o
dad81a20 6obj-$(CONFIG_TREE_SRCU) += srcutree.o
d8be8173 7obj-$(CONFIG_TINY_SRCU) += srcutiny.o
51b1130e 8obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
8704baab 9obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o
4102adab 10obj-$(CONFIG_TREE_RCU) += tree.o
28f6569a 11obj-$(CONFIG_PREEMPT_RCU) += tree.o
4102adab 12obj-$(CONFIG_TINY_RCU) += tiny.o
98059b98 13obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o