diff options
Diffstat (limited to 'gstreamer_ti/ti_build/ticodecplugin/Makefile.external')
-rw-r--r-- | gstreamer_ti/ti_build/ticodecplugin/Makefile.external | 14 |
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 |