mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-27 23:38:17 -04:00
If CONFIG_SCSI_SMARTPQI=y then don't build this driver as a module. Signed-off-by: Steffen Weber <steffen.weber@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
4 lines
132 B
Makefile
4 lines
132 B
Makefile
ccflags-y += -I.
|
|
obj-$(CONFIG_SCSI_SMARTPQI) += smartpqi.o
|
|
smartpqi-objs := smartpqi_init.o smartpqi_sis.o smartpqi_sas_transport.o
|