makefile
来自「是关于linux2.5.1的完全源码」· 代码 · 共 21 行
TXT
21 行
## Makefile for the input core drivers.## The target object and module list name.O_TARGET := seriodrv.o# Objects that export symbols.export-objs := serio.o# Each configuration option enables a list of files.obj-$(CONFIG_SERIO) += serio.oobj-$(CONFIG_SERIO_SERPORT) += serport.o# The global Rules.make.include $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?