1 # SPDX-License-Identifier: GPL-2.0 !! 1 ifdef CONFIG_FUNCTION_TRACER >> 2 CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE) >> 3 endif >> 4 2 obj-y := core.o ring_buffer.o callchain.o 5 obj-y := core.o ring_buffer.o callchain.o 3 6 4 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpo 7 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o 5 obj-$(CONFIG_HW_BREAKPOINT_KUNIT_TEST) += hw_b << 6 obj-$(CONFIG_UPROBES) += uprobes.o 8 obj-$(CONFIG_UPROBES) += uprobes.o >> 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.