mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 16:07:39 +00:00
4aad8f51d0
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>
1 line
40 B
Makefile
1 line
40 B
Makefile
obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o
|