FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/processconf.sh @ 860:cbc49d533b7d
gsm-fw: new implementation of bzero() and some specialized bcopy variants
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 May 2015 04:11:41 +0000 |
parents | a862a41f26b7 |
children | f5affe83ba2d |
comparison
equal
deleted
inserted
replaced
859:d32dff865575 | 860:cbc49d533b7d |
---|---|
101 fi | 101 fi |
102 | 102 |
103 # The list of build components: we have some invariants that are always | 103 # The list of build components: we have some invariants that are always |
104 # included, and some others that are included depending on the configuration. | 104 # included, and some others that are included depending on the configuration. |
105 | 105 |
106 BUILD_COMPONENTS="bsp nucleus riviera serial services sprintf sysglue" | 106 BUILD_COMPONENTS="bsp libiram nucleus riviera serial services sprintf sysglue" |
107 | 107 |
108 if [ "$CONFIG_INCLUDE_GPF" = 1 ] | 108 if [ "$CONFIG_INCLUDE_GPF" = 1 ] |
109 then | 109 then |
110 BUILD_COMPONENTS="$BUILD_COMPONENTS gpf" | 110 BUILD_COMPONENTS="$BUILD_COMPONENTS gpf" |
111 fi | 111 fi |