summaryrefslogtreecommitdiff
path: root/drivers/misc/ti-st/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/ti-st/Makefile')
-rw-r--r--drivers/misc/ti-st/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/misc/ti-st/Makefile b/drivers/misc/ti-st/Makefile
new file mode 100644
index 000000000000..c5d80fb5d314
--- /dev/null
+++ b/drivers/misc/ti-st/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile for TI's shared transport line discipline
+# and it's protocol drivers.
+#
+obj-$(CONFIG_TI_ST) += st_drv.o
+st_drv-objs := st_core.o st_kim.o st_ll.o
+obj-$(CONFIG_TI_ST_BT) += bt_drv.o
+obj-$(CONFIG_TI_ST_FM) += fm_drv.o
+fm_drv-objs := fmdrv_core.o fmdrv_v4l2.o fmdrv_st.o fmdrv_mixer.o fmdrv_chr.o