diff options
author | Kars de Jong <jongk@linux-m68k.org> | 2007-06-17 08:47:06 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2007-06-17 17:16:53 -0400 |
commit | 8276b58af4dd1c406aa5fe0fa010a6fc92283cb1 (patch) | |
tree | 3f2478c021dccc97af8a997532481e88210cc882 /drivers/scsi/Makefile | |
parent | 632731345bfb87fd1f4dc509928cc4a7efc12a89 (diff) |
[SCSI] 53c700: m68k BVME6000 NCR53C710 SCSI
New driver for the BVME6000 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 cba39679f947..77dd63d71c5f 100644 --- a/drivers/scsi/Makefile +++ b/drivers/scsi/Makefile | |||
@@ -52,6 +52,7 @@ obj-$(CONFIG_ATARI_SCSI) += atari_scsi.o | |||
52 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o | 52 | obj-$(CONFIG_MAC_SCSI) += mac_scsi.o |
53 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o | 53 | obj-$(CONFIG_SCSI_MAC_ESP) += mac_esp.o NCR53C9x.o |
54 | obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o | 54 | obj-$(CONFIG_SUN3_SCSI) += sun3_scsi.o sun3_scsi_vme.o |
55 | obj-$(CONFIG_BVME6000_SCSI) += 53c700.o bvme6000_scsi.o | ||
55 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o | 56 | obj-$(CONFIG_SCSI_SIM710) += 53c700.o sim710.o |
56 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o | 57 | obj-$(CONFIG_SCSI_ADVANSYS) += advansys.o |
57 | obj-$(CONFIG_SCSI_PSI240I) += psi240i.o | 58 | obj-$(CONFIG_SCSI_PSI240I) += psi240i.o |