mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 21:38:32 +08: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>
2 lines
40 B
Makefile
2 lines
40 B
Makefile
obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o
|