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.
|
# mpt2sas makefile
|
|
obj-$(CONFIG_SCSI_MPT2SAS) += mpt2sas.o
|
|
mpt2sas-y += mpt2sas_base.o \
|
|
mpt2sas_config.o \
|
|
mpt2sas_scsih.o \
|
|
mpt2sas_transport.o \
|
|
mpt2sas_ctl.o
|
|
|