| xj | b04a402 | 2021-11-25 15:01:52 +0800 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | # mpt3sas makefile | ||||
| 3 | obj-$(CONFIG_SCSI_MPT3SAS) += mpt3sas.o | ||||
| 4 | mpt3sas-y += mpt3sas_base.o \ | ||||
| 5 | mpt3sas_config.o \ | ||||
| 6 | mpt3sas_scsih.o \ | ||||
| 7 | mpt3sas_transport.o \ | ||||
| 8 | mpt3sas_ctl.o \ | ||||
| 9 | mpt3sas_trigger_diag.o \ | ||||
| 10 | mpt3sas_warpdrive.o | ||||