Blame view

kernel/events/Makefile 194 Bytes
fae85b7c8   Borislav Petkov   perf: Start the r...
1
2
3
  ifdef CONFIG_FUNCTION_TRACER
  CFLAGS_REMOVE_core.o = -pg
  endif
9251f904f   Borislav Petkov   perf: Carve out c...
4
  obj-y := core.o ring_buffer.o callchain.o
a5f4374a9   Ingo Molnar   uprobes: Move to ...
5

48dbb6dc8   Borislav Petkov   hw breakpoints: M...
6
  obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
a5f4374a9   Ingo Molnar   uprobes: Move to ...
7
  obj-$(CONFIG_UPROBES) += uprobes.o