summaryrefslogtreecommitdiff
path: root/drivers/tdm/Makefile
diff options
context:
space:
mode:
authorXu Jiucheng <Jiucheng.Xu@freescale.com>2012-08-20 15:48:51 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-05 15:59:36 (GMT)
commitd14836692a559a23fc99d140bff3a7bbdf463635 (patch)
tree3a7756412aa4b8c0f65e66e27aac3940f5c421c8 /drivers/tdm/Makefile
parent7bf4e0ec67136a6f5bd99fc1f8f224c4e8611665 (diff)
downloadlinux-fsl-qoriq-d14836692a559a23fc99d140bff3a7bbdf463635.tar.xz
TDM: QUICC Engine UCC TDM test module
This is a small test module to transfer and receive data via tdm. It also supports zarlink LM card phone call. Signed-off-by: Jiucheng Xu <Jiucheng.Xu@freescale.com> Signed-off-by: Kai.Jiang <Kai.Jiang@freescale.com> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Change-Id: I47396d43b37e31e8de926af353dadfdaf637f13f Reviewed-on: http://git.am.freescale.net:8181/906 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/tdm/Makefile')
-rw-r--r--drivers/tdm/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/tdm/Makefile b/drivers/tdm/Makefile
index ea66fff..2a2e0a5 100644
--- a/drivers/tdm/Makefile
+++ b/drivers/tdm/Makefile
@@ -2,8 +2,7 @@
# Makefile for the TDM core.
#
-obj-$(CONFIG_TDM) += tdm-core.o device/ line_ctrl/
-obj-$(CONFIG_TDM_TEST) += test/
+obj-$(CONFIG_TDM) += tdm-core.o device/ line_ctrl/ test/
ifeq ($(CONFIG_TDM_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG
endif