makefile

来自「是关于linux2.5.1的完全源码」· 代码 · 共 16 行

TXT
16
字号
## Makefile for the rest of the USB drivers# (the ones that don't fit into any other categories)#O_TARGET	:= misc.oobj-$(CONFIG_USB_AUERSWALD)	+= auerswald.oobj-$(CONFIG_USB_BRLVGER)	+= brlvger.oobj-$(CONFIG_USB_EMI26)		+= emi26.oobj-$(CONFIG_USB_RIO500)	+= rio500.oobj-$(CONFIG_USB_TIGL)		+= tiglusb.oobj-$(CONFIG_USB_USS720)	+= uss720.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?