mpt2sas: Move Gen2 HBA's device registration to a separate file
[deliverable/linux.git] / drivers / scsi / mpt2sas / Makefile
CommitLineData
635374e7 1# mpt2sas makefile
3c586656
CH
2
3# share the official mpi headers from the mpt3sas driver
4ccflags-y += -I$(src)/../mpt3sas
78f97c8f 5ccflags-y += -DSCSI_MPT2SAS
3c586656 6
78f97c8f 7# use the common object files from mpt3sas driver
635374e7 8obj-$(CONFIG_SCSI_MPT2SAS) += mpt2sas.o
78f97c8f
SR
9mpt2sas-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.452845 seconds and 5 git commands to generate.