summaryrefslogtreecommitdiff
path: root/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
diff options
context:
space:
mode:
authorbrijesh.singh <brijesh.singh@24075187-2e39-4e88-bbb8-bc8aa768f540>2011-01-18 17:02:59 +0000
committerbrijesh.singh <brijesh.singh@24075187-2e39-4e88-bbb8-bc8aa768f540>2011-01-18 17:02:59 +0000
commitf72d17a8c9bd1bbcb8b7a0c1582a4428429deb4d (patch)
treef9fa892cf9043f76806394eb31c0531d325acd39 /gstreamer_ti/ti_build/ticodecplugin/Makefile.external
parentf2ac7e93d52b8edaf30d6113ebaa832d129b2d2f (diff)
add support for new TM320DM368 platform
git-svn-id: https://gstreamer.ti.com/svn/gstreamer_ti/trunk@898 24075187-2e39-4e88-bbb8-bc8aa768f540
Diffstat (limited to 'gstreamer_ti/ti_build/ticodecplugin/Makefile.external')
-rw-r--r--gstreamer_ti/ti_build/ticodecplugin/Makefile.external14
1 files changed, 13 insertions, 1 deletions
diff --git a/gstreamer_ti/ti_build/ticodecplugin/Makefile.external b/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
index d070ef2..b75e056 100644
--- a/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
+++ b/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
@@ -8,7 +8,7 @@
# Copyright (C) 2009 Ridgerun
#
-.PHONY: default configure dm6446 omap3530 dm355 dm6467 dm365 omapl138 dm3730
+.PHONY: default configure dm6446 omap3530 dm355 dm6467 dm365 omapl138 dm3730 dm368
DVSDK_PATH=undefined
DMAI_INSTALL_DIR=undefined
@@ -80,6 +80,15 @@ ifeq ($(GST_TI_PLATFORM), dm365)
export CROSS_COMPILE = ${CSTOOL_PREFIX}
endif
+ifeq ($(GST_TI_PLATFORM), dm368)
+ export XDC_TARGET = gnu.targets.arm.GCArmv5T
+ export XDC_PLATFORM = ti.platforms.evmDM365
+ export MVTOOL_PREFIX = $(CSTOOL_PREFIX)
+ export MVTOOL_DIR = $(CSTOOL_DIR)
+ export PLATFORM_XDC = ${XDC_PLATFORM}
+ export CROSS_COMPILE = ${CSTOOL_PREFIX}
+endif
+
ifeq ($(GST_TI_PLATFORM), omapl138)
export XDC_TARGET = gnu.targets.arm.GCArmv5T
export XDC_PLATFORM = ti.platforms.evmOMAPL138
@@ -151,3 +160,6 @@ omapl138: Makefile
dm3730: Makefile
$(MAKE) -f Makefile
+
+dm368: Makefile
+ $(MAKE) -f Makefile