Blame view

kernel/rcu/Makefile 516 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
5c9a8750a   Dmitry Vyukov   kernel: add kcov ...
2
3
4
  # Any varying coverage in these files is non-deterministic
  # and is generally not a function of system call inputs.
  KCOV_INSTRUMENT := n
cc44ca848   Oleg Nesterov   rcu: Create rcu_s...
5
  obj-y += update.o sync.o
dad81a202   Paul E. McKenney   srcu: Introduce C...
6
  obj-$(CONFIG_TREE_SRCU) += srcutree.o
d8be81735   Paul E. McKenney   srcu: Create a ti...
7
  obj-$(CONFIG_TINY_SRCU) += srcutiny.o
51b1130eb   Paul E. McKenney   rcutorture: Abstr...
8
  obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
8704baab9   Paul E. McKenney   rcutorture: Add R...
9
  obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o
4102adab9   Paul E. McKenney   rcu: Move RCU-rel...
10
  obj-$(CONFIG_TREE_RCU) += tree.o
28f6569ab   Pranith Kumar   rcu: Remove redun...
11
  obj-$(CONFIG_PREEMPT_RCU) += tree.o
4102adab9   Paul E. McKenney   rcu: Move RCU-rel...
12
  obj-$(CONFIG_TINY_RCU) += tiny.o
98059b986   Paul E. McKenney   rcu: Separately c...
13
  obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o