mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
f684199f5d
Move arch-dep kprobes stuff under arch/x86/kernel/kprobes. Link: http://lkml.kernel.org/r/20120928081522.3560.75469.stgit@ltc138.sdl.hitachi.co.jp Cc: Ingo Molnar <mingo@elte.hu> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> [ fixed whitespace and s/__attribute__((packed))/__packed/ ] Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
8 lines
145 B
Makefile
8 lines
145 B
Makefile
#
|
|
# Makefile for kernel probes
|
|
#
|
|
|
|
obj-$(CONFIG_KPROBES) += core.o
|
|
obj-$(CONFIG_OPTPROBES) += opt.o
|
|
obj-$(CONFIG_KPROBES_ON_FTRACE) += ftrace.o
|