1 # SPDX-License-Identifier: GPL-2.0 1 # SPDX-License-Identifier: GPL-2.0 2 # Any varying coverage in these files is non-d 2 # Any varying coverage in these files is non-deterministic 3 # and is generally not a function of system ca 3 # and is generally not a function of system call inputs. 4 KCOV_INSTRUMENT := n 4 KCOV_INSTRUMENT := n 5 5 6 ifeq ($(CONFIG_KCSAN),y) << 7 KBUILD_CFLAGS += -g -fno-omit-frame-pointer << 8 endif << 9 << 10 obj-y += update.o sync.o 6 obj-y += update.o sync.o 11 obj-$(CONFIG_TREE_SRCU) += srcutree.o 7 obj-$(CONFIG_TREE_SRCU) += srcutree.o 12 obj-$(CONFIG_TINY_SRCU) += srcutiny.o 8 obj-$(CONFIG_TINY_SRCU) += srcutiny.o 13 obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o 9 obj-$(CONFIG_RCU_TORTURE_TEST) += rcutorture.o 14 obj-$(CONFIG_RCU_SCALE_TEST) += rcuscale.o !! 10 obj-$(CONFIG_RCU_PERF_TEST) += rcuperf.o 15 obj-$(CONFIG_RCU_REF_SCALE_TEST) += refscale.o << 16 obj-$(CONFIG_TREE_RCU) += tree.o 11 obj-$(CONFIG_TREE_RCU) += tree.o 17 obj-$(CONFIG_TINY_RCU) += tiny.o 12 obj-$(CONFIG_TINY_RCU) += tiny.o 18 obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcbl 13 obj-$(CONFIG_RCU_NEED_SEGCBLIST) += rcu_segcblist.o
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.