mpt2sas: Move Gen2 HBA's device registration to a separate file
[deliverable/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
This page took 0.035379 seconds and 5 git commands to generate.