summaryrefslogtreecommitdiff
path: root/drivers/tdm/Makefile
diff options
context:
space:
mode:
authorSandeep Singh <Sandeep@freescale.com>2012-04-24 20:34:32 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-03-21 18:42:13 (GMT)
commit5874ab40c5d7443554f339d8c9e6cce22f664283 (patch)
treeda79f3b57f89bcb54508bb7bde4bba4e20f42605 /drivers/tdm/Makefile
parent0b07986964b7d5b177d8c2a3999a6a723ab5f91a (diff)
downloadlinux-fsl-qoriq-5874ab40c5d7443554f339d8c9e6cce22f664283.tar.xz
TDM test module
This is a small test module to transfer and receive data via tdm. Registers with the TDM core and sets up a TDM voice path between two TDM channels. It support voice path demo using Le88266 SLIC device. Signed-off-by: Sandeep Singh <Sandeep@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> (cherry picked from commit 52b6596fda27efe53a5cfe15b03f2f21bb86ddf7)
Diffstat (limited to 'drivers/tdm/Makefile')
-rw-r--r--drivers/tdm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tdm/Makefile b/drivers/tdm/Makefile
index 347d3f7..d73fbbd 100644
--- a/drivers/tdm/Makefile
+++ b/drivers/tdm/Makefile
@@ -3,6 +3,7 @@
#
obj-$(CONFIG_TDM) += tdm-core.o device/
+obj-$(CONFIG_TDM_TEST) += test/
ifeq ($(CONFIG_TDM_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif