diff options
author | Sreekanth Reddy <Sreekanth.Reddy@lsi.com> | 2012-11-30 06:14:21 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-12-01 14:09:17 +0400 |
commit | f92363d12359498f9a9960511de1a550f0ec41c2 (patch) | |
tree | c7f34e33b085b5da0b36e8d830cd98fc74d5ab58 /drivers/scsi/mpt3sas/Makefile | |
parent | d84fd392bd61524c4d81367969424e6c17086c8c (diff) | |
download | linux-f92363d12359498f9a9960511de1a550f0ec41c2.tar.xz |
[SCSI] mpt3sas: add new driver supporting 12GB SAS
These driver files are initially, substantially similar to mpt2sas but,
because mpt2sas is going into maintenance mode and mp3sas will become heavily
developed, we elected to keep the code bases separate.
Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/mpt3sas/Makefile')
-rw-r--r-- | drivers/scsi/mpt3sas/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/mpt3sas/Makefile b/drivers/scsi/mpt3sas/Makefile new file mode 100644 index 000000000000..4c1d2e7a1176 --- /dev/null +++ b/drivers/scsi/mpt3sas/Makefile @@ -0,0 +1,8 @@ +# mpt3sas makefile +obj-m += mpt3sas.o +mpt3sas-y += mpt3sas_base.o \ + mpt3sas_config.o \ + mpt3sas_scsih.o \ + mpt3sas_transport.o \ + mpt3sas_ctl.o \ + mpt3sas_trigger_diag.o |