diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-08 23:23:47 -0400 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2013-10-15 15:53:31 -0400 |
commit | 4102adab9189c8ea2f0cdd2f88345fd25d2790f1 (patch) | |
tree | 235964cfd9c09a5c642a2d0d8745a651a0d4bcfa /kernel/rcu/Makefile | |
parent | 252997330908cb8ee3d5714539ed967b977c2eae (diff) |
rcu: Move RCU-related source code to kernel/rcu directory
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'kernel/rcu/Makefile')
-rw-r--r-- | kernel/rcu/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/rcu/Makefile b/kernel/rcu/Makefile new file mode 100644 index 000000000000..01e9ec37a3e3 --- /dev/null +++ b/kernel/rcu/Makefile | |||
@@ -0,0 +1,6 @@ | |||
1 | obj-y += update.o srcu.o | ||
2 | obj-$(CONFIG_RCU_TORTURE_TEST) += torture.o | ||
3 | obj-$(CONFIG_TREE_RCU) += tree.o | ||
4 | obj-$(CONFIG_TREE_PREEMPT_RCU) += tree.o | ||
5 | obj-$(CONFIG_TREE_RCU_TRACE) += tree_trace.o | ||
6 | obj-$(CONFIG_TINY_RCU) += tiny.o | ||