summaryrefslogtreecommitdiffstats
path: root/kernel/events/Makefile
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2012-02-22 11:01:49 +0100
committerIngo Molnar <mingo@elte.hu>2012-02-22 11:08:00 +0100
commita5f4374a9610fd7286c2164d4e680436727eff71 (patch)
tree8ccabfd8afe9f58a847ab80b8a6a10eee08009a8 /kernel/events/Makefile
parent7b2d81d48a2d8e37efb6ce7b4d5ef58822b30d89 (diff)
downloadlinux-0-day-a5f4374a9610fd7286c2164d4e680436727eff71.tar.gz
linux-0-day-a5f4374a9610fd7286c2164d4e680436727eff71.tar.xz
uprobes: Move to kernel/events/
Consolidate the uprobes code under kernel/events/, where the various core kernel event handling routines live. Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Cc: Jim Keniston <jkenisto@us.ibm.com> Cc: Oleg Nesterov <oleg@redhat.com> Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Cc: Arnaldo Carvalho de Melo <acme@infradead.org> Cc: Anton Arapov <anton@redhat.com> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Link: http://lkml.kernel.org/n/tip-biuyhhwohxgbp2vzbap5yr8o@git.kernel.org Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/events/Makefile')
-rw-r--r--kernel/events/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/events/Makefile b/kernel/events/Makefile
index 22d901f9caf44..103f5d147b2f9 100644
--- a/kernel/events/Makefile
+++ b/kernel/events/Makefile
@@ -3,4 +3,7 @@ CFLAGS_REMOVE_core.o = -pg
endif
obj-y := core.o ring_buffer.o callchain.o
+
obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o
+obj-$(CONFIG_UPROBES) += uprobes.o
+