Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / events / Makefile
CommitLineData
fae85b7c
BP
1ifdef CONFIG_FUNCTION_TRACER
2CFLAGS_REMOVE_core.o = -pg
3endif
4
9251f904 5obj-y := core.o ring_buffer.o callchain.o
a5f4374a 6
48dbb6dc 7obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
a5f4374a
IM
8obj-$(CONFIG_UPROBES) += uprobes.o
9