summaryrefslogtreecommitdiffstats
path: root/samples/Makefile
diff options
context:
space:
mode:
authorJason Wessel2010-10-25 17:14:05 +0200
committerJason Wessel2010-10-29 20:14:39 +0200
commit4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea (patch)
tree51dc43c1b455cb6e166642051f64c80c7dd1d0b5 /samples/Makefile
parentfix braino in fs: do not assign default i_ino in new_inode (diff)
downloadkernel-qcow2-linux-4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea.tar.gz
kernel-qcow2-linux-4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea.tar.xz
kernel-qcow2-linux-4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea.zip
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>
Diffstat (limited to 'samples/Makefile')
-rw-r--r--samples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 76b3c3455c29..f26c0959fd86 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/