51b1130eb5
Because rcu_torture_random() will be used by the locking equivalent to rcutorture, pull it out into its own module. This new module cannot be separately configured, instead, use the Kconfig "select" statement from the Kconfig options of tests depending on it. Suggested-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
7 lines
224 B
Makefile
7 lines
224 B
Makefile
obj-y += update.o srcu.o
|
|
obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
|
|
obj-$(CONFIG_TREE_RCU) += tree.o
|
|
obj-$(CONFIG_TREE_PREEMPT_RCU) += tree.o
|
|
obj-$(CONFIG_TREE_RCU_TRACE) += tree_trace.o
|
|
obj-$(CONFIG_TINY_RCU) += tiny.o
|