comparison gsm-fw/cfgmagic/processconf.sh @ 887:7f305eb3c530

gsm-fw: tpudrv12.[ch] extended to support Pirelli DP-L10 target Pirelli ramImage compiles, not tested on hw yet compiled code unchanged in the gtamodem configuration (verified)
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 28 Jun 2015 08:15:10 +0000
parents f5affe83ba2d
children cc9d97d0e911
comparison
equal deleted inserted replaced
886:346a15ea8222 887:7f305eb3c530
93 then 93 then
94 echo "Error: feature gsm and feature l1stand are mutually exclusive" \ 94 echo "Error: feature gsm and feature l1stand are mutually exclusive" \
95 1>&2 95 1>&2
96 exit 1 96 exit 1
97 fi 97 fi
98 if [ "$CONFIG_INCLUDE_L1" = 1 -a "$TARGET" != gtamodem ]
99 then
100 echo "Error: tpudrv has not been extended to target != gtamodem yet" \
101 1>&2
102 exit 1
103 fi
104 98
105 # The list of build components: we have some invariants that are always 99 # The list of build components: we have some invariants that are always
106 # included, and some others that are included depending on the configuration. 100 # included, and some others that are included depending on the configuration.
107 101
108 BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue" 102 BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue"