 2bb32e84a1
			
		
	
	
	2bb32e84a1
	
	
	
		
			
			Add the Kconfig and the Makefile for the TI_ST driver. TI_ST driver is the line discipline driver for the Texas Instrument's WiLink chipsets. Also add the ti-st folder to list of drivers under drivers/misc. Signed-off-by: Pavan Savoy <pavan_savoy@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			176 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			176 B
			
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| #
 | |
| # Makefile for TI's shared transport line discipline
 | |
| # and its protocol drivers (BT, FM, GPS)
 | |
| #
 | |
| obj-$(CONFIG_TI_ST) 		+= st_drv.o
 | |
| st_drv-objs			:= st_core.o st_kim.o st_ll.o
 |