]> Git Repo - linux.git/blob - kernel/events/Makefile
Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux
[linux.git] / kernel / events / Makefile
1 ifdef CONFIG_FUNCTION_TRACER
2 CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE)
3 endif
4
5 obj-y := core.o ring_buffer.o callchain.o
6
7 obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
8 obj-$(CONFIG_UPROBES) += uprobes.o
9
This page took 0.035122 seconds and 4 git commands to generate.