makefile

来自「该文件是rt_linux」· 代码 · 共 47 行

TXT
47
字号
## drivers/scsi/aic7xxx/Makefile## Makefile for the Linux aic7xxx SCSI driver.#O_TARGET := aic7xxx_drv.olist-multi	:= aic7xxx.oobj-$(CONFIG_SCSI_AIC7XXX)	+= aic7xxx.o#EXTRA_CFLAGS += -g# Platform Specific Filesobj-aic7xxx = aic7xxx_osm.o aic7xxx_proc.o aic7770_osm.o#PCI Specific Platform Filesifeq ($(CONFIG_PCI),y)obj-aic7xxx += aic7xxx_osm_pci.oendif# Core Filesobj-aic7xxx += aic7xxx_core.o aic7xxx_93cx6.o aic7770.o#PCI Specific Core Filesifeq ($(CONFIG_PCI),y)obj-aic7xxx += aic7xxx_pci.oendif# Override our module desitnationMOD_DESTDIR = $(shell cd .. && $(CONFIG_SHELL) $(TOPDIR)/scripts/pathdown.sh)include $(TOPDIR)/Rules.makeaic7xxx.o: $(obj-aic7xxx)	$(LD) $(LD_RFLAG) -r -o $@ $(obj-aic7xxx)ifeq ($(CONFIG_AIC7XXX_BUILD_FIRMWARE),y)aic7xxx_core.o: aic7xxx_seq.h$(obj-aic7xxx): aic7xxx_reg.haic7xxx_seq.h aic7xxx_reg.h: aic7xxx.seq aic7xxx.reg aicasm/aicasm	aicasm/aicasm -I. -r aic7xxx_reg.h -o aic7xxx_seq.h aic7xxx.seqendifaicasm/aicasm: aicasm/*.[chyl]	$(MAKE) -C aicasm

⌨️ 快捷键说明

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