summaryrefslogtreecommitdiff
path: root/drivers/scsi/pm8001/Makefile
diff options
context:
space:
mode:
authorjack wang <jack_wang@usish.com>2009-10-14 16:19:21 +0800
committerJames Bottomley <James.Bottomley@suse.de>2009-12-04 12:00:40 -0600
commitdbf9bfe615717d1145f263c0049fe2328e6ed395 (patch)
treeae69b6f6cb4a15e15c59552f520c0f06209615ab /drivers/scsi/pm8001/Makefile
parent35e6601903fc41e48e9b6722a49cc5acc7065c51 (diff)
downloadlinux-3.10-dbf9bfe615717d1145f263c0049fe2328e6ed395.tar.gz
linux-3.10-dbf9bfe615717d1145f263c0049fe2328e6ed395.tar.bz2
linux-3.10-dbf9bfe615717d1145f263c0049fe2328e6ed395.zip
[SCSI] pm8001: add SAS/SATA HBA driver
This driver supports PMC-Sierra PCIe SAS/SATA 8x6G SPC 8001 chip based host adapters. Signed-off-by: Jack Wang <jack_wang@usish.com> Signed-off-by: Lindar Liu <lindar_liu@usish.com> Signed-off-by: Tom Peng <tom_peng@usish.com> Signed-off-by: Kevin Ao <aoqingyun@usish.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/pm8001/Makefile')
-rw-r--r--drivers/scsi/pm8001/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/scsi/pm8001/Makefile b/drivers/scsi/pm8001/Makefile
new file mode 100644
index 00000000000..52f04296171
--- /dev/null
+++ b/drivers/scsi/pm8001/Makefile
@@ -0,0 +1,12 @@
+#
+# Kernel configuration file for the PM8001 SAS/SATA 8x6G based HBA driver
+#
+# Copyright (C) 2008-2009 USI Co., Ltd.
+
+
+obj-$(CONFIG_SCSI_PM8001) += pm8001.o
+pm8001-y += pm8001_init.o \
+ pm8001_sas.o \
+ pm8001_ctl.o \
+ pm8001_hwi.o
+