diff options
author | Koen Kooi <koen@openembedded.org> | 2008-05-15 18:13:07 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-05-15 18:13:07 +0000 |
commit | 3f7b97b5cb3650e3559748f10c6de64b24af07f4 (patch) | |
tree | 32819041807230d897308f46b58db702e1821549 /packages/dsplink/files/CURRENTCFG.MK | |
parent | 5384da8d9f6a9323eeb30b4110b1deb277f23912 (diff) |
dsplink: make files generic and use sed to make it more specific
* sed is awesome
* in the future machines can set vars to control the sed'ing, e.g. DSPTYPE=davinci,DSPARCH=c64x
Diffstat (limited to 'packages/dsplink/files/CURRENTCFG.MK')
-rw-r--r-- | packages/dsplink/files/CURRENTCFG.MK | 99 |
1 files changed, 99 insertions, 0 deletions
diff --git a/packages/dsplink/files/CURRENTCFG.MK b/packages/dsplink/files/CURRENTCFG.MK new file mode 100644 index 0000000000..ff109de482 --- /dev/null +++ b/packages/dsplink/files/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 := SED_ME_SOURCEDIR/gpp +export DSPROOT := SED_ME_SOURCEDIR/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 := SED_ME_GPPDISTRO +export GPPOSVERSION := SED_ME_KERNELVERSION +export GPPOSVARIANT := +export DSPDISTRIBUTION := SED_ME_DSPDISTRO + + +# ========================================================= +# Target GPP and DSP platforms for DSP/BIOS LINK +# ========================================================= +export GPPPLATFORM := SED_ME_PLATFORM +export DSPPLATFORM := SED_ME_PLATFORM + + +# ========================================================= +# 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 + + |