From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/kernel/rcu/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 linux/kernel/rcu/Makefile (limited to 'linux/kernel/rcu/Makefile') diff --git a/linux/kernel/rcu/Makefile b/linux/kernel/rcu/Makefile new file mode 100644 index 00000000..50a80842 --- /dev/null +++ b/linux/kernel/rcu/Makefile @@ -0,0 +1,7 @@ +obj-y += update.o +obj-$(CONFIG_SRCU) += 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 -- cgit