⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 该文件是rt_linux
💻
字号:
## drivers/scsi/pcmcia/Makefile## Makefile for the Linux PCMCIA SCSI drivers.#obj-y		:=obj-m		:=obj-n		:=obj-		:=vpath %c ..CFLAGS_aha152x.o = -DPCMCIA -D__NO_VERSION__ -DAHA152X_STATCFLAGS_fdomain.o = -DPCMCIA -D__NO_VERSION__CFLAGS_qlogicfas.o = -DPCMCIA -D__NO_VERSION__# 16-bit client driversobj-$(CONFIG_PCMCIA_QLOGIC)	+= qlogic_cs.oobj-$(CONFIG_PCMCIA_FDOMAIN)	+= fdomain_cs.oobj-$(CONFIG_PCMCIA_AHA152X)	+= aha152x_cs.oobj-$(CONFIG_PCMCIA_NINJA_SCSI)	+= nsp_cs.olist-multi	:= qlogic_cs.o fdomain_cs.o aha152x_cs.oaha152x_cs-objs	:= aha152x_stub.o aha152x.ofdomain_cs-objs	:= fdomain_stub.o fdomain.oqlogic_cs-objs	:= qlogic_stub.o qlogicfas.oinclude $(TOPDIR)/Rules.makeaha152x_cs.o: $(aha152x_cs-objs)	$(LD) -r -o $@ $(aha152x_cs-objs)fdomain_cs.o: $(fdomain_cs-objs)	$(LD) -r -o $@ $(fdomain_cs-objs)qlogic_cs.o: $(qlogic_cs-objs)	$(LD) -r -o $@ $(qlogic_cs-objs)

⌨️ 快捷键说明

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