]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - kernel/events/Makefile
cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
[mirror_ubuntu-bionic-kernel.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