summaryrefslogtreecommitdiff
path: root/drivers/tdm/Makefile
diff options
context:
space:
mode:
authorSandeep Singh <Sandeep@freescale.com>2012-04-24 20:34:33 (GMT)
committerEmil Medve <Emilian.Medve@Freescale.com>2013-03-21 18:42:14 (GMT)
commit4abef5f73cb937f302b4f895845c8d9e28a7670d (patch)
treef205671497bdd04d006d20b2901fd0dc29a4da82 /drivers/tdm/Makefile
parent5874ab40c5d7443554f339d8c9e6cce22f664283 (diff)
downloadlinux-fsl-qoriq-4abef5f73cb937f302b4f895845c8d9e28a7670d.tar.xz
Basic configuration module for Le88266 Zarlink SLIC
- Basic driver which does minimum intialization of the Le88266 SLIC device. - The code was originally borrowed from Zarlink driver implementation. - It is not full fledged SLIC driver code, it just does basic initialization which is required to setup a voice data path between channels. This is just enough to test and demonstrate TDM functionality on Freescale platforms using TDM Test Module. - For full fledged VoIP type of use case proper SLIC driver will be required which handles all the functionalities of the device. - Going forward this driver will be replaced by Opoen source Zarlink APIs. Signed-off-by: Sandeep Singh <Sandeep@freescale.com> Signed-off-by: Poonam Aggrwal <poonam.aggrwal@freescale.com> (cherry picked from commit abd929c8081a0e474291d79adf837aaa3a61e6ca)
Diffstat (limited to 'drivers/tdm/Makefile')
-rw-r--r--drivers/tdm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tdm/Makefile b/drivers/tdm/Makefile
index d73fbbd..ea66fff 100644
--- a/drivers/tdm/Makefile
+++ b/drivers/tdm/Makefile
@@ -2,7 +2,7 @@
# Makefile for the TDM core.
#
-obj-$(CONFIG_TDM) += tdm-core.o device/
+obj-$(CONFIG_TDM) += tdm-core.o device/ line_ctrl/
obj-$(CONFIG_TDM_TEST) += test/
ifeq ($(CONFIG_TDM_DEBUG_CORE),y)
EXTRA_CFLAGS += -DDEBUG