makefile
来自「是关于linux2.5.1的完全源码」· 代码 · 共 25 行
TXT
25 行
## Makefile for the gameport drivers.## The target object and module list name.O_TARGET := gamedrv.o# Objects that export symbols.export-objs := gameport.o# Each configuration option enables a list of files.obj-$(CONFIG_GAMEPORT) += gameport.oobj-$(CONFIG_GAMEPORT_CS461X) += cs461x.oobj-$(CONFIG_GAMEPORT_EMU10K1) += emu10k1-gp.oobj-$(CONFIG_GAMEPORT_L4) += lightning.oobj-$(CONFIG_GAMEPORT_NS558) += ns558.oobj-$(CONFIG_GAMEPORT_PCIGAME) += pcigame.o# The global Rules.make.include $(TOPDIR)/Rules.make
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?