comparison gsm-fw/cfgmagic/feature.at-modem @ 852:fc713944bd1c

gsm-fw: uartfax.c included in the build with feature at-modem
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 26 Apr 2015 03:06:32 +0000
parents
children 042c178ebac5
comparison
equal deleted inserted replaced
851:9e54d153eb8c 852:fc713944bd1c
1 case $TARGET in
2 gtamodem)
3 ;;
4 *)
5 echo "Error: feature at-modem not supported on this target" 1>&2
6 exit 1
7 ;;
8 esac
9
10 CONFIG_FDMODEM=1
11 export_to_c CONFIG_FDMODEM
12 export_to_mk CONFIG_FDMODEM