makefile
来自「linux 内核源代码」· 代码 · 共 9 行
TXT
9 行
## Makefile for USB Core files and filesystem#usbmon-objs := mon_main.o mon_stat.o mon_text.o mon_bin.o mon_dma.o# This does not use CONFIG_USB_MON because we want this to use a tristate.obj-$(CONFIG_USB) += usbmon.o
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?