FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/cfgmagic/feature.at-modem @ 942:042c178ebac5
gsm-fw/cfgmagic: logic for target-dependent features streamlined a little
| author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 01 Nov 2015 03:05:06 +0000 |
| parents | fc713944bd1c |
| children |
comparison
equal
deleted
inserted
replaced
| 941:6b0b2f6dbb20 | 942:042c178ebac5 |
|---|---|
| 1 case $TARGET in | 1 check_target_feature "$1" |
| 2 gtamodem) | |
| 3 ;; | |
| 4 *) | |
| 5 echo "Error: feature at-modem not supported on this target" 1>&2 | |
| 6 exit 1 | |
| 7 ;; | |
| 8 esac | |
| 9 | 2 |
| 10 CONFIG_FDMODEM=1 | 3 CONFIG_FDMODEM=1 |
| 11 export_to_c CONFIG_FDMODEM | 4 export_to_c CONFIG_FDMODEM |
| 12 export_to_mk CONFIG_FDMODEM | 5 export_to_mk CONFIG_FDMODEM |
