makefile
来自「Linux内核源代码 为压缩文件 是<<Linux内核>>」· 代码 · 共 15 行
TXT
15 行
## Makefile for the isdnloop ISDN device driver## The target object and module list name.O_TARGET := vmlinux-obj.o# Each configuration option enables a list of files.obj-$(CONFIG_ISDN_DRV_LOOP) += isdnloop.oinclude $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?