12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			294 B
		
	
	
	
		
			Makefile
		
	
	
	
# SPDX-License-Identifier: GPL-2.0-only
 | 
						|
#
 | 
						|
# drivers/char/pcmcia/Makefile
 | 
						|
#
 | 
						|
# Makefile for the Linux PCMCIA char device drivers.
 | 
						|
#
 | 
						|
 | 
						|
obj-$(CONFIG_SYNCLINK_CS) += synclink_cs.o
 | 
						|
obj-$(CONFIG_CARDMAN_4000) += cm4000_cs.o
 | 
						|
obj-$(CONFIG_CARDMAN_4040) += cm4040_cs.o
 | 
						|
obj-$(CONFIG_SCR24X) += scr24x_cs.o
 |