ARM: cpuidle: constify return value of arm_cpuidle_get_ops()
[deliverable/linux.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
83fe27ea 6obj-$(CONFIG_SRCU) += srcu.o
51b1130e 7obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
4102adab 8obj-$(CONFIG_TREE_RCU) += tree.o
28f6569a 9obj-$(CONFIG_PREEMPT_RCU) += tree.o
4102adab
PM
10obj-$(CONFIG_TREE_RCU_TRACE) += tree_trace.o
11obj-$(CONFIG_TINY_RCU) += tiny.o
This page took 0.220218 seconds and 5 git commands to generate.