mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-02 21:33:58 +00:00
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
|