mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-03 06:22:02 +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>
2 lines
40 B
Makefile
2 lines
40 B
Makefile
obj-$(CONFIG_SAMPLE_KDB) += kdb_hello.o
|