aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-10-16 14:46:22 +0200
committerKoen Kooi <koen@openembedded.org>2010-10-17 09:43:19 +0200
commit970de247991c15628df3376d8bb1611fc81436f4 (patch)
tree1e06df0be86b321f51ce09d2003122c83a053377 /recipes/ti
parent90536c28b5eb68de070f5f1e3fefc30860c26a72 (diff)
downloadopenembedded-970de247991c15628df3376d8bb1611fc81436f4.tar.gz
ti-dmai: pass c6accel location to makefile
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-dmai.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes/ti/ti-dmai.inc b/recipes/ti/ti-dmai.inc
index d9af56c3f9..1bdaee15f8 100644
--- a/recipes/ti/ti-dmai.inc
+++ b/recipes/ti/ti-dmai.inc
@@ -107,6 +107,7 @@ do_compile () {
LINK_INSTALL_DIR="${LINK_INSTALL_DIR}" \
CMEM_INSTALL_DIR="${CMEM_INSTALL_DIR}" \
LPM_INSTALL_DIR="${LPM_INSTALL_DIR}" \
+ C6ACCEL_INSTALL_DIR=${C6ACCEL_INSTALL_DIR} \
MVTOOL_PREFIX="${TARGET_PREFIX}" \
PLATFORM="${DMAIPLATFORM}"
done