FreeCalypso > hg > freecalypso-sw
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/cfgmagic/feature.at-modem Sun Apr 26 03:06:32 2015 +0000 @@ -0,0 +1,12 @@ +case $TARGET in + gtamodem) + ;; + *) + echo "Error: feature at-modem not supported on this target" 1>&2 + exit 1 + ;; +esac + +CONFIG_FDMODEM=1 +export_to_c CONFIG_FDMODEM +export_to_mk CONFIG_FDMODEM