mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 09:41:44 +00:00
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>
7 lines
176 B
Makefile
7 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
|