Commit aed3b970 authored by Steffen Weber's avatar Steffen Weber Committed by Greg Kroah-Hartman

scsi: smartpqi: allow static build ("built-in")

commit dc2db1dc upstream.

If CONFIG_SCSI_SMARTPQI=y then don't build this driver as a module.
Signed-off-by: default avatarSteffen Weber <steffen.weber@gmail.com>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 3e598a70
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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment