update atp870u driver to 0.78 from D-Link source
[linux-2.4.git] / drivers / scsi / pcmcia / Makefile
1 #
2 # drivers/scsi/pcmcia/Makefile
3 #
4 # Makefile for the Linux PCMCIA SCSI drivers.
5 #
6
7 obj-y           :=
8 obj-m           :=
9 obj-n           :=
10 obj-            :=
11
12 vpath %c ..
13
14 CFLAGS_aha152x.o = -DPCMCIA -D__NO_VERSION__ -DAHA152X_STAT
15 CFLAGS_fdomain.o = -DPCMCIA -D__NO_VERSION__
16 CFLAGS_qlogicfas.o = -DPCMCIA -D__NO_VERSION__
17
18 # 16-bit client drivers
19 obj-$(CONFIG_PCMCIA_QLOGIC)     += qlogic_cs.o
20 obj-$(CONFIG_PCMCIA_FDOMAIN)    += fdomain_cs.o
21 obj-$(CONFIG_PCMCIA_AHA152X)    += aha152x_cs.o
22 obj-$(CONFIG_PCMCIA_NINJA_SCSI) += nsp_cs.o
23
24 list-multi      := qlogic_cs.o fdomain_cs.o aha152x_cs.o
25 aha152x_cs-objs := aha152x_stub.o aha152x.o
26 fdomain_cs-objs := fdomain_stub.o fdomain.o
27 qlogic_cs-objs  := qlogic_stub.o qlogicfas.o
28
29 include $(TOPDIR)/Rules.make
30
31 aha152x_cs.o: $(aha152x_cs-objs)
32         $(LD) -r -o $@ $(aha152x_cs-objs)
33
34 fdomain_cs.o: $(fdomain_cs-objs)
35         $(LD) -r -o $@ $(fdomain_cs-objs)
36
37 qlogic_cs.o: $(qlogic_cs-objs)
38         $(LD) -r -o $@ $(qlogic_cs-objs)