tools headers UAPI: Sync linux/prctl.h with the kernel sources
[linux-2.6-microblaze.git] / kernel / rcu / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 # Any varying coverage in these files is non-deterministic
3 # and is generally not a function of system call inputs.
4 KCOV_INSTRUMENT := n
5
6 ifeq ($(CONFIG_KCSAN),y)
7 KBUILD_CFLAGS += -g -fno-omit-frame-pointer
8 endif
9
10 obj-y += update.o sync.o
11 obj-$(CONFIG_TREE_SRCU) += srcutree.o
12 obj-$(CONFIG_TINY_SRCU) += srcutiny.o
13 obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o
14 obj-$(CONFIG_RCU_SCALE_TEST) += rcuscale.o
15 obj-$(CONFIG_RCU_REF_SCALE_TEST) += refscale.o
16 obj-$(CONFIG_TREE_RCU) += tree.o
17 obj-$(CONFIG_TINY_RCU) += tiny.o
18 obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o