Lines Matching refs:aic7xxx
11 obj-$(CONFIG_SCSI_AIC7XXX) += aic7xxx.o
15 aic7xxx-y += aic7xxx_core.o \
17 aic7xxx-$(CONFIG_EISA) += aic7770.o
18 aic7xxx-$(CONFIG_PCI) += aic7xxx_pci.o
19 aic7xxx-$(CONFIG_AIC7XXX_REG_PRETTY_PRINT) += aic7xxx_reg_print.o
22 aic7xxx-y += aic7xxx_osm.o \
24 aic7xxx-$(CONFIG_EISA) += aic7770_osm.o
25 aic7xxx-$(CONFIG_PCI) += aic7xxx_osm_pci.o
47 $(addprefix $(obj)/,$(aic7xxx-y)): $(obj)/aic7xxx_seq.h $(obj)/aic7xxx_reg.h
50 aic7xxx-gen-$(CONFIG_AIC7XXX_BUILD_FIRMWARE) := $(obj)/aic7xxx_reg.h
51 aic7xxx-gen-$(CONFIG_AIC7XXX_REG_PRETTY_PRINT) += $(obj)/aic7xxx_reg_print.c
57 $(obj)/aic7xxx_seq.h: $(src)/aic7xxx.seq $(src)/aic7xxx.reg $(obj)/aicasm/aicasm
60 $(src)/aic7xxx.seq
62 $(aic7xxx-gen-y): $(objtree)/$(obj)/aic7xxx_seq.h