projects
/
platform
/
kernel
/
linux-rpi.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge tag 'linux-cpupower-4.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel...
[platform/kernel/linux-rpi.git]
/
kernel
/
events
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0
2
ifdef CONFIG_FUNCTION_TRACER
3
CFLAGS_REMOVE_core.o = $(CC_FLAGS_FTRACE)
4
endif
5
6
obj-y := core.o ring_buffer.o callchain.o
7
8
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
9
obj-$(CONFIG_UPROBES) += uprobes.o
10