All of lore.kernel.org
 help / color / mirror / Atom feed
From: Steffen Weber <steffen.weber@gmail.com>
To: don.brace@microsemi.com, esc.storagedev@microsemi.com,
	linux-scsi@vger.kernel.org
Cc: Steffen Weber <steffen.weber@gmail.com>
Subject: Re: [PATCH] scsi: smartpqi: allow static build ("built-in")
Date: Tue,  2 Jan 2018 19:24:09 +0100	[thread overview]
Message-ID: <20180102182409.3083-1-steffen.weber@gmail.com> (raw)
In-Reply-To: <a6c35114c589429c8e44fae02cb8fecd@microsemi.com>

If CONFIG_SCSI_SMARTPQI=y then don't build this driver as a module.

Signed-off-by: Steffen Weber <steffen.weber@gmail.com>
---
 drivers/scsi/smartpqi/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/scsi/smartpqi/Makefile b/drivers/scsi/smartpqi/Makefile
index 0f42a225a..e6b779930 100644
--- a/drivers/scsi/smartpqi/Makefile
+++ b/drivers/scsi/smartpqi/Makefile
@@ -1,3 +1,3 @@
 ccflags-y += -I.
-obj-m		+= smartpqi.o
+obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
 smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o
-- 
2.15.1

       reply	other threads:[~2018-01-02 18:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <a6c35114c589429c8e44fae02cb8fecd@microsemi.com>
2018-01-02 18:24 ` Steffen Weber [this message]
2018-01-09  3:31   ` [PATCH] scsi: smartpqi: allow static build ("built-in") Martin K. Petersen
2017-12-22 17:18 Steffen Weber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180102182409.3083-1-steffen.weber@gmail.com \
    --to=steffen.weber@gmail.com \
    --cc=don.brace@microsemi.com \
    --cc=esc.storagedev@microsemi.com \
    --cc=linux-scsi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.