mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 02:15:34 +07: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
|