public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel
@ 2013-09-03 22:00 Greg Kroah-Hartman
  2013-09-04  3:56 ` Reddy, Sreekanth
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Kroah-Hartman @ 2013-09-03 22:00 UTC (permalink / raw)
  To: Nagalakshmi.Nandigama, Sreekanth.Reddy, support, JBottomley
  Cc: linux-scsi, DL-MPTFusionLinux

From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

Right now the Makefile for the mpt3sas driver does not even allow the
driver to be built into the kernel.  So fix that up, as there doesn't
seem to be any obvious reason why this shouldn't be done.

Cc: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
Cc: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
Cc: support@lsi.com
Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>


diff --git a/drivers/scsi/mpt3sas/Makefile b/drivers/scsi/mpt3sas/Makefile
index 4c1d2e7a..efb0c4c2 100644
--- a/drivers/scsi/mpt3sas/Makefile
+++ b/drivers/scsi/mpt3sas/Makefile
@@ -1,5 +1,5 @@
 # mpt3sas makefile
-obj-m += mpt3sas.o
+obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
 mpt3sas-y +=  mpt3sas_base.o     \
 		mpt3sas_config.o \
 		mpt3sas_scsih.o      \

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* RE: [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel
  2013-09-03 22:00 [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel Greg Kroah-Hartman
@ 2013-09-04  3:56 ` Reddy, Sreekanth
  0 siblings, 0 replies; 2+ messages in thread
From: Reddy, Sreekanth @ 2013-09-04  3:56 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Nandigama, Nagalakshmi, Support,
	JBottomley@parallels.com
  Cc: linux-scsi@vger.kernel.org, DL-MPT Fusion Linux

Hi James,

This patch seem to be fine. Please consider this patch.

Regards,
Sreekanth.

>-----Original Message-----
>From: Greg Kroah-Hartman [mailto:gregkh@linuxfoundation.org]
>Sent: Wednesday, September 04, 2013 3:30 AM
>To: Nandigama, Nagalakshmi; Reddy, Sreekanth; Support;
>JBottomley@parallels.com
>Cc: linux-scsi@vger.kernel.org; DL-MPT Fusion Linux
>Subject: [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel
>
>From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
>Right now the Makefile for the mpt3sas driver does not even allow the driver
>to be built into the kernel.  So fix that up, as there doesn't seem to be any
>obvious reason why this shouldn't be done.
>
>Cc: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
>Cc: Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
>Cc: support@lsi.com
>Cc: "James E.J. Bottomley" <JBottomley@parallels.com>
>Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
>
>
>diff --git a/drivers/scsi/mpt3sas/Makefile b/drivers/scsi/mpt3sas/Makefile
>index 4c1d2e7a..efb0c4c2 100644
>--- a/drivers/scsi/mpt3sas/Makefile
>+++ b/drivers/scsi/mpt3sas/Makefile
>@@ -1,5 +1,5 @@
> # mpt3sas makefile
>-obj-m += mpt3sas.o
>+obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
> mpt3sas-y +=  mpt3sas_base.o     \
> 		mpt3sas_config.o \
> 		mpt3sas_scsih.o      \



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-04  3:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 22:00 [PATCH] Allow MPT Fusion SAS 3.0 driver to be built into the kernel Greg Kroah-Hartman
2013-09-04  3:56 ` Reddy, Sreekanth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox