diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-15 17:16:12 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-15 17:16:12 +0000 |
commit | 5384da8d9f6a9323eeb30b4110b1deb277f23912 (patch) | |
tree | 31dc0925f1e1596e6f944a3b7215049be34987c8 /packages/dsplink/davinci-dvevm/CURRENTCFG.MK | |
parent | 1da46e43114e8fea06d3d08f9bd22ef3dd7dd895 (diff) | |
parent | efeb5d474145788e9466d66cd1168c2d6939cd0f (diff) |
merge of '3b5a264cff607e4c4977e318dde1e861a664ad81'
and '92366ccb09c8d809619c585c91fe69a2046e1396'
Diffstat (limited to 'packages/dsplink/davinci-dvevm/CURRENTCFG.MK')
-rw-r--r-- | packages/dsplink/davinci-dvevm/CURRENTCFG.MK | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/packages/dsplink/davinci-dvevm/CURRENTCFG.MK b/packages/dsplink/davinci-dvevm/CURRENTCFG.MK new file mode 100644 index 0000000000..8cc676e4ed --- /dev/null +++ b/packages/dsplink/davinci-dvevm/CURRENTCFG.MK @@ -0,0 +1,99 @@ +# ========================================================= +# DSP/BIOS LINK Configuration file. +# +# CAUTION! This is a generated file. +# All changes will be lost. +# +# This file was generated on MAY 14, 2008 11:53:09 +# ========================================================= + + +# ========================================================= +# When this file was created. +# ========================================================= +export CFGDATE := MAY 14, 2008 11:53:09 + + +# ========================================================= +# DSP/BIOS LINK GPP side root directory. +# ========================================================= +export GPPROOT := /home/balister/src/dsplink_1_50/dsplink/gpp +export DSPROOT := /home/balister/src/dsplink_1_50/dsplink/dsp + + +# ========================================================= +# GPP and DSP OS for which DSP/BIOS LINK is being built +# ========================================================= +export GPPOS := Linux +export DSPOS := DspBios + + +# ========================================================= +# Specific distribution of GPP and DSP OS (if any) +# ========================================================= +export GPPDISTRIBUTION := davinci_mvlpro5.0 +export GPPOSVERSION := 2.6.18 +export GPPOSVARIANT := +export DSPDISTRIBUTION := c64xxp_5.xx_linux + + +# ========================================================= +# Target GPP and DSP platforms for DSP/BIOS LINK +# ========================================================= +export GPPPLATFORM := Davinci +export DSPPLATFORM := Davinci + + +# ========================================================= +# Target GPP and DSP devices +# ========================================================= +export GPPDEVICE := Davinci +export DSPDEVICE := C64XX + + +# ========================================================= +# Compile time scalability options for DSP/BIOS LINK +# ========================================================= +export USE_PROC := 1 +export USE_POOL := 1 +export USE_NOTIFY := 1 +export USE_MPCS := 1 +export USE_RINGIO := 1 +export USE_MPLIST := 0 +export USE_MSGQ := 0 +export USE_CHNL := 0 + + +# ========================================================= +# Compile time physical link scalability options for device +# ========================================================= +export USE_CHNL_ZCPY_LINK := 0 +export USE_CHNL_PCPY_LINK := 0 +export USE_MSGQ_ZCPY_LINK := 0 +export USE_MSGQ_PCPY_LINK := 0 + + +# ========================================================= +# Enable/ Disable trace +# ========================================================= +export TRACE := 1 + + +# ========================================================= +# Enable/ Disable profiling +# ========================================================= +export PROFILE := 1 + + +# ========================================================= +# Enable/ Disable probe +# ========================================================= +export PROBE := 0 + + +# ========================================================= +# Platform Variant +# ========================================================= +export VARIANT := DM6446 + + |