From 2bb32e84a17fab547c7a746c7888e846c9cd88cc Mon Sep 17 00:00:00 2001 From: Pavan Savoy Date: Wed, 6 Oct 2010 12:18:15 -0400 Subject: misc: ti-st: Kconfig & Makefile for TI_ST 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 Signed-off-by: Greg Kroah-Hartman --- drivers/misc/ti-st/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 drivers/misc/ti-st/Makefile (limited to 'drivers/misc/ti-st/Makefile') diff --git a/drivers/misc/ti-st/Makefile b/drivers/misc/ti-st/Makefile new file mode 100644 index 000000000000..78d7ebb14749 --- /dev/null +++ b/drivers/misc/ti-st/Makefile @@ -0,0 +1,6 @@ +# +# 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 -- cgit v1.2.3