mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-07 16:05:19 +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>
5 lines
140 B
Makefile
5 lines
140 B
Makefile
# Makefile for Linux samples code
|
|
|
|
obj-$(CONFIG_SAMPLES) += kobject/ kprobes/ tracepoints/ trace_events/ \
|
|
hw_breakpoint/ kfifo/ kdb/
|