1 # SPDX-License-Identifier: GPL-2.0
3 # Makefile for the Linux aic7xxx SCSI driver.
5 # $Id: //depot/linux-aic79xx-2.5.0/drivers/scsi/aic7xxx/Makefile#8 $
8 # Let kbuild descend into aicasm when cleaning
11 obj-
$(CONFIG_SCSI_AIC7XXX
) += aic7xxx.o
12 obj-
$(CONFIG_SCSI_AIC79XX
) += aic79xx.o
14 # Core Fast -> U160 files
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
21 # Platform Specific Fast -> U160 Files
22 aic7xxx-y
+= aic7xxx_osm.o \
24 aic7xxx-
$(CONFIG_EISA
) += aic7770_osm.o
25 aic7xxx-
$(CONFIG_PCI
) += aic7xxx_osm_pci.o
28 aic79xx-y
+= aic79xx_core.o \
30 aic79xx-
$(CONFIG_AIC79XX_REG_PRETTY_PRINT
) += aic79xx_reg_print.o
32 # Platform Specific U320 Files
33 aic79xx-y
+= aic79xx_osm.o \
37 ccflags-y
+= -Idrivers
/scsi
38 ifdef WARNINGS_BECOME_ERRORS
42 # Files generated that shall be removed upon make clean
43 clean-files
:= aic7xxx_seq.h aic7xxx_reg.h aic7xxx_reg_print.c
44 clean-files
+= aic79xx_seq.h aic79xx_reg.h aic79xx_reg_print.c
46 # Dependencies for generated files need to be listed explicitly
48 $(addprefix $(obj
)/,$(aic7xxx-y
)): $(obj
)/aic7xxx_seq.h
$(obj
)/aic7xxx_reg.h
49 $(addprefix $(obj
)/,$(aic79xx-y
)): $(obj
)/aic79xx_seq.h
$(obj
)/aic79xx_reg.h
51 aic7xxx-gen-
$(CONFIG_AIC7XXX_BUILD_FIRMWARE
) := $(obj
)/aic7xxx_reg.h
52 aic7xxx-gen-
$(CONFIG_AIC7XXX_REG_PRETTY_PRINT
) += $(obj
)/aic7xxx_reg_print.c
54 aicasm-7xxx-opts-
$(CONFIG_AIC7XXX_REG_PRETTY_PRINT
) := \
55 -p
$(obj
)/aic7xxx_reg_print.c
-i aic7xxx_osm.h
57 ifeq ($(CONFIG_AIC7XXX_BUILD_FIRMWARE
),y
)
58 $(obj
)/aic7xxx_seq.h
: $(src
)/aic7xxx.seq
$(src
)/aic7xxx.reg
$(obj
)/aicasm
/aicasm
59 $(obj
)/aicasm
/aicasm
-I
$(srctree
)/$(src
) -r
$(obj
)/aic7xxx_reg.h \
60 $(aicasm-7xxx-opts-y
) -o
$(obj
)/aic7xxx_seq.h \
61 $(srctree
)/$(src
)/aic7xxx.seq
63 $(aic7xxx-gen-y
): $(objtree
)/$(obj
)/aic7xxx_seq.h
66 $(obj
)/aic7xxx_reg_print.c
: $(src
)/aic7xxx_reg_print.c_shipped
69 aic79xx-gen-
$(CONFIG_AIC79XX_BUILD_FIRMWARE
) := $(obj
)/aic79xx_reg.h
70 aic79xx-gen-
$(CONFIG_AIC79XX_REG_PRETTY_PRINT
) += $(obj
)/aic79xx_reg_print.c
72 aicasm-79xx-opts-
$(CONFIG_AIC79XX_REG_PRETTY_PRINT
) := \
73 -p
$(obj
)/aic79xx_reg_print.c
-i aic79xx_osm.h
75 ifeq ($(CONFIG_AIC79XX_BUILD_FIRMWARE
),y
)
76 $(obj
)/aic79xx_seq.h
: $(src
)/aic79xx.seq
$(src
)/aic79xx.reg
$(obj
)/aicasm
/aicasm
77 $(obj
)/aicasm
/aicasm
-I
$(srctree
)/$(src
) -r
$(obj
)/aic79xx_reg.h \
78 $(aicasm-79xx-opts-y
) -o
$(obj
)/aic79xx_seq.h \
79 $(srctree
)/$(src
)/aic79xx.seq
81 $(aic79xx-gen-y
): $(objtree
)/$(obj
)/aic79xx_seq.h
84 $(obj
)/aic79xx_reg_print.c
: $(src
)/aic79xx_reg_print.c_shipped
87 $(obj
)/aicasm
/aicasm
: $(srctree
)/$(src
)/aicasm
/*.
[chyl
]
88 $(MAKE
) -C
$(srctree
)/$(src
)/aicasm OUTDIR
=$(shell pwd
)/$(obj
)/aicasm
/