# HG changeset patch # User Space Falcon # Date 1428207417 0 # Node ID c64bfc13292c56729bb447a96e8fd7549912a0d8 # Parent 21b9eb4d02d922c244b266ee9f7059df2e0a4658 aci: all cmh*.c compile for the sans-data configuration diff -r 21b9eb4d02d9 -r c64bfc13292c gsm-fw/g23m-aci/aci/Makefile --- 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} diff -r 21b9eb4d02d9 -r c64bfc13292c gsm-fw/g23m-aci/aci/cmh_tsts.c --- 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" diff -r 21b9eb4d02d9 -r c64bfc13292c gsm-fw/g23m-aci/aci/cmh_uartf.c --- 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; diff -r 21b9eb4d02d9 -r c64bfc13292c gsm-fw/g23m-aci/aci/cmh_uartr.c --- 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 diff -r 21b9eb4d02d9 -r c64bfc13292c gsm-fw/g23m-aci/aci/cmh_uarts.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