6 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			232 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
# Makefile for the NCR/SYMBIOS/LSI 53C8XX PCI SCSI controllers driver.
 | 
						|
 | 
						|
sym53c8xx-objs := sym_fw.o sym_glue.o sym_hipd.o sym_malloc.o sym_nvram.o
 | 
						|
obj-$(CONFIG_SCSI_SYM53C8XX_2) := sym53c8xx.o
 |