mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-13 16:40:22 +00:00
8 lines
185 B
Makefile
8 lines
185 B
Makefile
|
# 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
|