 99eb8a550d
			
		
	
	
	99eb8a550d
	
	
	
		
			
			The arm26 port has been in a state where it was far from even compiling for quite some time. Ian Molton agreed with the removal. Signed-off-by: Adrian Bunk <bunk@stusta.de> Cc: Ian Molton <spyro@f2s.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			514 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			514 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for drivers/scsi/arm
 | |
| #
 | |
| 
 | |
| acornscsi_mod-objs	:= acornscsi.o acornscsi-io.o
 | |
| 
 | |
| obj-$(CONFIG_SCSI_ACORNSCSI_3)	+= acornscsi_mod.o queue.o msgqueue.o
 | |
| obj-$(CONFIG_SCSI_ARXESCSI)	+= arxescsi.o fas216.o queue.o msgqueue.o
 | |
| obj-$(CONFIG_SCSI_CUMANA_1)	+= cumana_1.o
 | |
| obj-$(CONFIG_SCSI_CUMANA_2)	+= cumana_2.o fas216.o queue.o msgqueue.o
 | |
| obj-$(CONFIG_SCSI_OAK1)		+= oak.o
 | |
| obj-$(CONFIG_SCSI_POWERTECSCSI)	+= powertec.o fas216.o queue.o msgqueue.o
 | |
| obj-$(CONFIG_SCSI_EESOXSCSI)	+= eesox.o fas216.o queue.o msgqueue.o
 |