commit | 4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea | [log] [tgz] |
---|---|---|
author | Jason Wessel <jason.wessel@windriver.com> | Mon Oct 25 10:14:05 2010 -0500 |
committer | Jason Wessel <jason.wessel@windriver.com> | Fri Oct 29 13:14:39 2010 -0500 |
tree | 51dc43c1b455cb6e166642051f64c80c7dd1d0b5 | |
parent | 12ba8d1e9262ce81a695795410bd9ee5c9407ba1 [diff] [blame] |
kdb: Add kdb kernel module sample Add an example of how to add a dynamic kdb shell command via a kernel module. Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
diff --git a/samples/Makefile b/samples/Makefile index 76b3c34..f26c095 100644 --- a/samples/Makefile +++ b/samples/Makefile
@@ -1,4 +1,4 @@ # Makefile for Linux samples code obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ tracepoints/ trace_events/ \ - hw_breakpoint/ kfifo/ + hw_breakpoint/ kfifo/ kdb/