Merge branch 'fix/amd' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie...
[linux-2.6-block.git] / kernel / events / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
fae85b7c 2ifdef CONFIG_FUNCTION_TRACER
c0a80c0c 3CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE)
fae85b7c
BP
4endif
5
9251f904 6obj-y := core.o ring_buffer.o callchain.o
a5f4374a 7
48dbb6dc 8obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
a5f4374a
IM
9obj-$(CONFIG_UPROBES) += uprobes.o
10