9 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			196 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| # Adaptec aacraid
 | |
| 
 | |
| obj-$(CONFIG_SCSI_AACRAID) := aacraid.o
 | |
| 
 | |
| aacraid-objs	:= linit.o aachba.o commctrl.o comminit.o commsup.o \
 | |
| 		   dpcsup.o rx.o sa.o rkt.o nark.o
 | |
| 
 | |
| EXTRA_CFLAGS	:= -Idrivers/scsi
 |