diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:18:27 -0400 |
commit | a16efc1cbf0a9e5ea9f99ae98fb774b60d05c35b (patch) | |
tree | c29b997faabf14246d9e677aaf83c6453446ce41 /drivers/scsi/Makefile | |
parent | 506c7bbcd9bc042a782bdcdb0c926de4c9d62028 (diff) |
[SCSI] 53c700: Amiga 4000T NCR53c710 SCSI
New driver for the Amiga 4000T built-in NCR53c710 SCSI controller, using the
53c700 SCSI core.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/Makefile')
-rw-r--r-- | drivers/scsi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile index 4bc4ef8d4209..1fd7fbc56ba3 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -37,6 +37,7 @@ obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas/ | |||
37 | 37 | ||
38 | obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o | 38 | obj-$(CONFIG_ISCSI_TCP) += libiscsi.o iscsi_tcp.o |
39 | obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o | 39 | obj-$(CONFIG_INFINIBAND_ISER) += libiscsi.o |
40 | obj-$(CONFIG_SCSI_A4000T) += 53c700.o a4000t.o | ||
40 | obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o | 41 | obj-$(CONFIG_A3000_SCSI) += a3000.o wd33c93.o |
41 | obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o | 42 | obj-$(CONFIG_A2091_SCSI) += a2091.o wd33c93.o |
42 | obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o | 43 | obj-$(CONFIG_GVP11_SCSI) += gvp11.o wd33c93.o |