Loading kernel/rcu/Makefile +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3,6 +3,10 @@ # and is generally not a function of system call inputs. # and is generally not a function of system call inputs. KCOV_INSTRUMENT := n KCOV_INSTRUMENT := n ifeq ($(CONFIG_KCSAN),y) KBUILD_CFLAGS += -g -fno-omit-frame-pointer endif obj-y += update.o sync.o obj-y += update.o sync.o obj-$(CONFIG_TREE_SRCU) += srcutree.o obj-$(CONFIG_TREE_SRCU) += srcutree.o obj-$(CONFIG_TINY_SRCU) += srcutiny.o obj-$(CONFIG_TINY_SRCU) += srcutiny.o Loading Loading
kernel/rcu/Makefile +4 −0 Original line number Original line Diff line number Diff line Loading @@ -3,6 +3,10 @@ # and is generally not a function of system call inputs. # and is generally not a function of system call inputs. KCOV_INSTRUMENT := n KCOV_INSTRUMENT := n ifeq ($(CONFIG_KCSAN),y) KBUILD_CFLAGS += -g -fno-omit-frame-pointer endif obj-y += update.o sync.o obj-y += update.o sync.o obj-$(CONFIG_TREE_SRCU) += srcutree.o obj-$(CONFIG_TREE_SRCU) += srcutree.o obj-$(CONFIG_TINY_SRCU) += srcutiny.o obj-$(CONFIG_TINY_SRCU) += srcutiny.o Loading