mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 05:35:12 +07:00
![Jason Wessel](/assets/img/avatar_default.png)
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
|