7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			192 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# File: drivers/arcmsr/Makefile
 | 
						|
# Makefile for the ARECA PCI-X PCI-EXPRESS SATA RAID controllers SCSI driver.
 | 
						|
 | 
						|
arcmsr-objs := arcmsr_attr.o arcmsr_hba.o
 | 
						|
 | 
						|
obj-$(CONFIG_SCSI_ARCMSR) := arcmsr.o
 |