aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/arcmsr/Makefile
diff options
context:
space:
mode:
authorErich Chen <erich@areca.com.tw>2006-07-12 08:59:32 -0700
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-07-28 14:13:40 -0500
commit1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3 (patch)
tree166f691c186d6e663218559c4762299063f63657 /drivers/scsi/arcmsr/Makefile
parent0c269e6d3c615403a6e0acbe6e88f1c0da9c2396 (diff)
downloadlinux-1c57e86d75cf162bdadb3a5fe0cd3f65aa1a9ca3.tar.gz
[SCSI] arcmsr: initial driver, version 1.20.00.13
arcmsr is a driver for the Areca Raid controller, a host based RAID subsystem that speaks SCSI at the firmware level. This patch is quite a clean up over the initial submission with contributions from: Randy Dunlap <rdunlap@xenotime.net> Christoph Hellwig <hch@lst.de> Matthew Wilcox <matthew@wil.cx> Adrian Bunk <bunk@stusta.de> Signed-off-by: Erich Chen <erich@areca.com.tw> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/arcmsr/Makefile')
-rw-r--r--drivers/scsi/arcmsr/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/arcmsr/Makefile b/drivers/scsi/arcmsr/Makefile
new file mode 100644
index 00000000000000..721aced39168ff
--- /dev/null
+++ b/drivers/scsi/arcmsr/Makefile
@@ -0,0 +1,6 @@
+# File: drivers/arcmsr/Makefile
+# Makefile for the ARECA PCI-X PCI-EXPRESS SATA RAID controllers SCSI driver.
+
+arcmsr-objs := arcmsr_attr.o arcmsr_hba.o
+
+obj-$(CONFIG_SCSI_ARCMSR) := arcmsr.o