mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
28f6569ab7
PREEMPT_RCU and TREE_PREEMPT_RCU serve the same function after TINY_PREEMPT_RCU has been removed. This patch removes TREE_PREEMPT_RCU and uses PREEMPT_RCU config option in its place. Signed-off-by: Pranith Kumar <bobby.prani@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
7 lines
219 B
Makefile
7 lines
219 B
Makefile
obj-y += update.o srcu.o
|
|
obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
|
|
obj-$(CONFIG_TREE_RCU) += tree.o
|
|
obj-$(CONFIG_PREEMPT_RCU) += tree.o
|
|
obj-$(CONFIG_TREE_RCU_TRACE) += tree_trace.o
|
|
obj-$(CONFIG_TINY_RCU) += tiny.o
|