summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/hisi_sas/Makefile
diff options
context:
space:
mode:
authorJohn Garry <john.garry@huawei.com>2016-01-26 02:47:07 +0800
committerMartin K. Petersen <martin.petersen@oracle.com>2016-02-23 21:27:02 -0500
commit3417ba8abd647d09ae833bcf5b612db24db1cb21 (patch)
treebe0e377d9701bac567653b7a14508c8533765a72 /drivers/scsi/hisi_sas/Makefile
parent281e3bf6d3f6e856c26fd3d86ad8fa8a02dfddac (diff)
hisi_sas: add bare v2 hw driver
Just add enough to build and init the module. Signed-off-by: John Garry <john.garry@huawei.com> Reviewed-by: Hannes Reinecke <hare@suse.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'drivers/scsi/hisi_sas/Makefile')
-rw-r--r--drivers/scsi/hisi_sas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/hisi_sas/Makefile b/drivers/scsi/hisi_sas/Makefile
index 3e70eae81343..c6d3a1b5fcb9 100644
--- a/drivers/scsi/hisi_sas/Makefile
+++ b/drivers/scsi/hisi_sas/Makefile
@@ -1,2 +1,2 @@
obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_main.o
-obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_v1_hw.o
+obj-$(CONFIG_SCSI_HISI_SAS) += hisi_sas_v1_hw.o hisi_sas_v2_hw.o