makefile
来自「linux 内核源代码」· 代码 · 共 5 行
TXT
5 行
# builds the kprobes example kernel modules;# then to use one (as root): insmod <module_name.ko>obj-$(CONFIG_SAMPLE_MARKERS) += probe-example.o marker-example.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?