mirror of
https://github.com/torvalds/linux.git
synced 2024-12-06 11:01:43 +00:00
7 lines
221 B
Makefile
7 lines
221 B
Makefile
|
obj-y += update.o srcu.o
|
||
|
obj-$(CONFIG_RCU_TORTURE_TEST) += torture.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
|