]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/scsi/mpt2sas/Makefile
mpt2sas, mpt3sas: Update the driver versions
[karo-tx-linux.git] / drivers / scsi / mpt2sas / Makefile
1 # mpt2sas makefile
2
3 # share the official mpi headers from the mpt3sas driver
4 ccflags-y += -I$(src)/../mpt3sas
5 ccflags-y += -DSCSI_MPT2SAS
6
7 # use the common object files from mpt3sas driver
8 obj-$(CONFIG_SCSI_MPT2SAS) += mpt2sas.o
9 mpt2sas-y +=  ../mpt3sas/mpt3sas_base.o        \
10                 ../mpt3sas/mpt3sas_config.o    \
11                 ../mpt3sas/mpt3sas_scsih.o     \
12                 ../mpt3sas/mpt3sas_transport.o \
13                 ../mpt3sas/mpt3sas_ctl.o       \
14                 ../mpt3sas/mpt3sas_trigger_diag.o  \
15                 mpt2sas_module.o