1c57e86d75
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>
6 lines
192 B
Makefile
6 lines
192 B
Makefile
# 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
|