You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# mpt3sas makefile
|
|
obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o
|
|
mpt3sas-y += mpt3sas_base.o \
|
|
mpt3sas_config.o \
|
|
mpt3sas_scsih.o \
|
|
mpt3sas_transport.o \
|
|
mpt3sas_ctl.o \
|
|
mpt3sas_trigger_diag.o
|
|
|