diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-28 21:36:48 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-28 21:36:48 +0100 |
commit | b2b123a438f9a456dca068330c27ba554524b0e3 (patch) | |
tree | 0e5def9fd81560b8cab2b39fdc638975ec0c1bec /packages/dsplink/ti-paths.inc | |
parent | f7a27cf1790242e73eb87741660f5546f3809b2e (diff) |
dmai: make the build go a bit further
Diffstat (limited to 'packages/dsplink/ti-paths.inc')
-rw-r--r-- | packages/dsplink/ti-paths.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dsplink/ti-paths.inc b/packages/dsplink/ti-paths.inc index 97dadf0927..188dd54072 100644 --- a/packages/dsplink/ti-paths.inc +++ b/packages/dsplink/ti-paths.inc @@ -21,6 +21,7 @@ export BIOS_INSTALL_DIR=${TITOOLSDIR}/${TIBIOSDIR} # needed for configuro: export CGTOOLS_V5T="${CROSS_DIR}" export CC_V5T="bin/${TARGET_PREFIX}gcc" +export MVTOOL_PREFIX="${TARGET_PREFIX}" DSPLINKPLATFORM ?= "DAVINCI" DSPLINKPLATFORM_omap5912osk = "OMAP" |