FreeCalypso > hg > freecalypso-sw
changeset 801:c64bfc13292c
aci: all cmh*.c compile for the sans-data configuration
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 04:16:57 +0000 |
parents | 21b9eb4d02d9 |
children | b63b6e9da6cd |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/cmh_tsts.c gsm-fw/g23m-aci/aci/cmh_uartf.c gsm-fw/g23m-aci/aci/cmh_uartr.c gsm-fw/g23m-aci/aci/cmh_uarts.c |
diffstat | 5 files changed, 25 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 03:56:11 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 04:16:57 2015 +0000 @@ -17,7 +17,7 @@ cmh_phbq.o cmh_phbr.o cmh_phbs.o cmh_phbt.o cmh_satf.o cmh_satq.o \ cmh_satr.o cmh_sats.o cmh_simf.o cmh_simq.o cmh_simr.o cmh_sims.o \ cmh_smsf.o cmh_smsq.o cmh_smsr.o cmh_smss.o cmh_ssf.o cmh_ssq.o \ - cmh_ssr.o cmh_sss.o + cmh_ssr.o cmh_sss.o cmh_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/cmh_tsts.c Sun Apr 05 03:56:11 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_tsts.c Sun Apr 05 04:16:57 2015 +0000 @@ -23,6 +23,11 @@ #define CMH_TSTS_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" /*==== INCLUDES ===================================================*/ #include "aci.h"
--- a/gsm-fw/g23m-aci/aci/cmh_uartf.c Sun Apr 05 03:56:11 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_uartf.c Sun Apr 05 04:16:57 2015 +0000 @@ -19,6 +19,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef CMH_UARTF_C @@ -425,11 +430,11 @@ TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_URT", srcId); break; case DEVICE_TYPE_MUX: - TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_MUX", srcId); - break; + TRACE_EVENT_P1("Device type of src %u is DEVICE_TYPE_MUX", srcId); + break; default: - TRACE_EVENT_P1("Device type of src %u has invalid value", srcId); - break; + TRACE_EVENT_P1("Device type of src %u has invalid value", srcId); + break; } return TRUE;
--- a/gsm-fw/g23m-aci/aci/cmh_uartr.c Sun Apr 05 03:56:11 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_uartr.c Sun Apr 05 04:16:57 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef CMH_UARTR_C
--- a/gsm-fw/g23m-aci/aci/cmh_uarts.c Sun Apr 05 03:56:11 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/cmh_uarts.c Sun Apr 05 04:16:57 2015 +0000 @@ -18,6 +18,11 @@ +----------------------------------------------------------------------------- */ +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #ifdef UART #ifndef CMH_UARTS_C