makefile

来自「这个linux源代码是很全面的~基本完整了~使用c编译的~由于时间问题我没有亲自」· 代码 · 共 14 行

TXT
14
字号
## Makefile for the Qlogic fibre channel drivers## Note : at this point, these files are compiled on all systems.# In the future, some of these should be built conditionally.#O_TARGET := qla.oEXTRA_CFLAGS := -I../../scsiobj-$(CONFIG_FC_QLA2200)	+= qla2200.oobj-$(CONFIG_FC_QLA2300)	+= qla2300.oinclude $(TOPDIR)/Rules.make

⌨️ 快捷键说明

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