]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - kernel/rcu/Makefile
Merge tag 'devicetree-fixes-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel...
[mirror_ubuntu-artful-kernel.git] / kernel / rcu / Makefile
1 # Any varying coverage in these files is non-deterministic
2 # and is generally not a function of system call inputs.
3 KCOV_INSTRUMENT := n
4
5 obj-y += update.o sync.o
6 obj-$(CONFIG_CLASSIC_SRCU) += srcu.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_TREE_RCU_TRACE) += tree_trace.o
14 obj-$(CONFIG_TINY_RCU) += tiny.o
15 obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o