diff options
Diffstat (limited to 'kernel/events/Makefile')
| -rw-r--r-- | kernel/events/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/events/Makefile b/kernel/events/Makefile index 22d901f9caf4..103f5d147b2f 100644 --- a/kernel/events/Makefile +++ b/kernel/events/Makefile | |||
| @@ -3,4 +3,7 @@ CFLAGS_REMOVE_core.o = -pg | |||
| 3 | endif | 3 | endif |
| 4 | 4 | ||
| 5 | obj-y := core.o ring_buffer.o callchain.o | 5 | obj-y := core.o ring_buffer.o callchain.o |
| 6 | |||
| 6 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o | 7 | obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o |
| 8 | obj-$(CONFIG_UPROBES) += uprobes.o | ||
| 9 | |||
