summaryrefslogtreecommitdiff
path: root/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
diff options
context:
space:
mode:
Diffstat (limited to 'gstreamer_ti/ti_build/ticodecplugin/Makefile.external')
-rw-r--r--gstreamer_ti/ti_build/ticodecplugin/Makefile.external17
1 files changed, 16 insertions, 1 deletions
diff --git a/gstreamer_ti/ti_build/ticodecplugin/Makefile.external b/gstreamer_ti/ti_build/ticodecplugin/Makefile.external
index 18f27f1..d070ef2 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 omap3530_dv400
+.PHONY: default configure dm6446 omap3530 dm355 dm6467 dm365 omapl138 dm3730
DVSDK_PATH=undefined
DMAI_INSTALL_DIR=undefined
@@ -106,6 +106,19 @@ ifeq ($(GST_TI_PLATFORM), omap3530)
export ENABLE_C6ACCEL ="--enable-c6accel"
endif
+ifeq ($(GST_TI_PLATFORM), dm3730)
+ export XDC_TARGET = gnu.targets.arm.GCArmv5T
+ export XDC_PLATFORM = ti.platforms.evm3530
+ export MVTOOL_PREFIX = $(CSTOOL_PREFIX)
+ export MVTOOL_DIR = $(CSTOOL_DIR)
+ export PLATFORM_XDC = ${XDC_PLATFORM}
+ export CROSS_COMPILE = ${CSTOOL_PREFIX}
+ export LINK_XDC_ROOT = $(LINK_INSTALL_DIR)
+ export C6ACCEL_INSTALL_DIR
+ export C6ACCEL_PLATFORM = omap3530
+ export ENABLE_C6ACCEL ="--enable-c6accel"
+endif
+
CPPFLAGS=-DPlatform_$(GST_TI_PLATFORM)
HOST=arm-none-linux-gnueabi
@@ -136,3 +149,5 @@ dm365: Makefile
omapl138: Makefile
$(MAKE) -f Makefile
+dm3730: Makefile
+ $(MAKE) -f Makefile