diff options
author | Pavan Savoy <pavan_savoy@ti.com> | 2010-10-06 18:18:15 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-06 17:27:00 +0200 |
commit | 2bb32e84a17fab547c7a746c7888e846c9cd88cc (patch) | |
tree | 5c430448e7846998e5306ed805889c4839dcac56 /drivers/misc/ti-st/Makefile | |
parent | staging: ti-st: move TI_ST from staging to misc/ (diff) | |
download | linux-2bb32e84a17fab547c7a746c7888e846c9cd88cc.tar.xz linux-2bb32e84a17fab547c7a746c7888e846c9cd88cc.zip |
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 <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/misc/ti-st/Makefile')
-rw-r--r-- | drivers/misc/ti-st/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |