repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'squashfs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squas...
[linux-2.6.git]
/
kernel
/
events
/
Makefile
blob
103f5d147b2f9f483b8c3920178d4bdbfb74e400
1
ifdef
CONFIG_FUNCTION_TRACER
2
CFLAGS_REMOVE_core.o
= -
pg
3
endif
4
5
obj-y
:=
core.o ring_buffer.o callchain.o
6
7
obj-
$(
CONFIG_HAVE_HW_BREAKPOINT
) +=
hw_breakpoint.o
8
obj-
$(
CONFIG_UPROBES
) +=
uprobes.o
9