 f92363d123
			
		
	
	
	f92363d123
	
	
	
		
			
			These driver files are initially, substantially similar to mpt2sas but, because mpt2sas is going into maintenance mode and mp3sas will become heavily developed, we elected to keep the code bases separate. Signed-off-by: Sreekanth Reddy <Sreekanth.Reddy@lsi.com> Reviewed-by: Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			190 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			190 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # mpt3sas makefile
 | |
| obj-m += mpt3sas.o
 | |
| mpt3sas-y +=  mpt3sas_base.o     \
 | |
| 		mpt3sas_config.o \
 | |
| 		mpt3sas_scsih.o      \
 | |
| 		mpt3sas_transport.o     \
 | |
| 		mpt3sas_ctl.o	\
 | |
| 		mpt3sas_trigger_diag.o
 |