Linux 4.14-rc6
[linux-2.6-block.git] / kernel / events / Makefile
... / ...
CommitLineData
1ifdef CONFIG_FUNCTION_TRACER
2CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE)
3endif
4
5obj-y := core.o ring_buffer.o callchain.o
6
7obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
8obj-$(CONFIG_UPROBES) += uprobes.o
9