7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			141 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# mpi3mr makefile
 | 
						|
obj-$(CONFIG_SCSI_MPI3MR) += mpi3mr.o
 | 
						|
mpi3mr-y +=  mpi3mr_os.o     \
 | 
						|
		mpi3mr_fw.o \
 | 
						|
		mpi3mr_app.o \
 | 
						|
		mpi3mr_transport.o
 |