mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 13:36:41 +07:00
f92363d123
These driver files are initially, substantially similar to mpt2sas but, because mpt2sas is going into maintenance mode and mp3sas will become heavily developed, we elected to keep the code bases separate. Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
9 lines
190 B
Makefile
9 lines
190 B
Makefile
# mpt3sas makefile
|
|
obj-m += mpt3sas.o
|
|
mpt3sas-y += mpt3sas_base.o \
|
|
mpt3sas_config.o \
|
|
mpt3sas_scsih.o \
|
|
mpt3sas_transport.o \
|
|
mpt3sas_ctl.o \
|
|
mpt3sas_trigger_diag.o
|