From a1df417e74aa6dae7352dc8cbb0ad471af5b7c69 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 25 Apr 2016 10:00:44 -0400 Subject: initial Olimex linux tree from Daniel, originally Feb 3, 2016 --- linux/kernel/events/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 linux/kernel/events/Makefile (limited to 'linux/kernel/events/Makefile') diff --git a/linux/kernel/events/Makefile b/linux/kernel/events/Makefile new file mode 100644 index 00000000..2925188f --- /dev/null +++ b/linux/kernel/events/Makefile @@ -0,0 +1,9 @@ +ifdef CONFIG_FUNCTION_TRACER +CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE) +endif + +obj-y := core.o ring_buffer.o callchain.o + +obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o +obj-$(CONFIG_UPROBES) += uprobes.o + -- cgit