aboutsummaryrefslogtreecommitdiffstats
path: root/packages/dsplink
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2008-11-29 22:51:50 +0100
committerKoen Kooi <koen@openembedded.org>2008-11-29 22:51:50 +0100
commitbfa38e42af250182a019f702379a459a92006fa1 (patch)
tree3951a749a0eae572e467c91b6218503aca10659c /packages/dsplink
parent753e5f7a95bbe33df8532f63bc932920a2383112 (diff)
downloadopenembedded-bfa38e42af250182a019f702379a459a92006fa1.tar.gz
dsplink: use ${DSPLINK} in do_configure to make it work in codec-engine as well
Diffstat (limited to 'packages/dsplink')
-rw-r--r--packages/dsplink/dsplink.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/dsplink/dsplink.inc b/packages/dsplink/dsplink.inc
index c102e14c5e..506b34b21a 100644
--- a/packages/dsplink/dsplink.inc
+++ b/packages/dsplink/dsplink.inc
@@ -15,7 +15,10 @@ require ti-paths.inc
do_configure () {
# Run perl script to create appropriate makefiles (v1.60 and up)
+ (
+ cd ${DSPLINK}
perl config/bin/dsplinkcfg.pl --platform=${DSPLINKPLATFORM} --nodsp=1 --dspcfg_0=${DSPCFG} --dspos_0=DSPBIOS5XX --gppos=${GPPOS} --comps=ponslrm
+ )
}
PARALLEL_MAKE = ""