Skip to content

Commit dc2db1d

Browse files
steffenwebermartinkpetersen
authored andcommitted
scsi: smartpqi: allow static build ("built-in")
If CONFIG_SCSI_SMARTPQI=y then don't build this driver as a module. Signed-off-by: Steffen Weber <[email protected]> Signed-off-by: Martin K. Petersen <[email protected]>
1 parent 481b5e5 commit dc2db1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/scsi/smartpqi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
ccflags-y += -I.
2-
obj-m += smartpqi.o
2+
obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
33
smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o

0 commit comments

Comments
 (0)