]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - kernel/events/Makefile
Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
[mirror_ubuntu-artful-kernel.git] / kernel / events / Makefile
CommitLineData
fae85b7c 1ifdef CONFIG_FUNCTION_TRACER
c0a80c0c 2CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE)
fae85b7c
BP
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