mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-04 09:34:12 +08:00
dc2db1dc5f
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
|