1# mpi3mr makefile
2obj-$(CONFIG_SCSI_MPI3MR) += mpi3mr.o
3mpi3mr-y +=  mpi3mr_os.o     \
4		mpi3mr_fw.o \
5		mpi3mr_app.o \
6		mpi3mr_transport.o
7