aboutsummaryrefslogtreecommitdiffstats
path: root/samples/kdb/Makefile
diff options
context:
space:
mode:
authorJason Wessel <jason.wessel@windriver.com>2010-10-25 10:14:05 -0500
committerJason Wessel <jason.wessel@windriver.com>2010-10-29 13:14:39 -0500
commit4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea (patch)
tree51dc43c1b455cb6e166642051f64c80c7dd1d0b5 /samples/kdb/Makefile
parentfix braino in fs: do not assign default i_ino in new_inode (diff)
downloadlinux-dev-4aad8f51d0672f1c95e2cf0e1bc7b9ab42d8e1ea.tar.xz
linux-dev-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/kdb/Makefile')
-rw-r--r--samples/kdb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/kdb/Makefile b/samples/kdb/Makefile
new file mode 100644
index 000000000000..fbedf39d9356
--- /dev/null
+++ b/samples/kdb/Makefile
@@ -0,0 +1 @@
+obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o