changeset 815:15cf4a8961d0

aci: sap_dti.c and sap_em.c done
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Apr 2015 08:17:09 +0000
parents 1c0c8f93bd60
children 48b1b5e26a1e
files gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/sap_dti.c gsm-fw/g23m-aci/aci/sap_em.c
diffstat 3 files changed, 12 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 08:17:09 2015 +0000
@@ -23,7 +23,8 @@
 	psa_ccf.o psa_ccp.o psa_ccs.o psa_f.o psa_mmf.o psa_mmif.o psa_mmip.o \
 	psa_mmis.o psa_mmp.o psa_satf.o psa_satp.o psa_sats.o psa_simf.o \
 	psa_simp.o psa_sims.o psa_smsf.o psa_smsp.o psa_smss.o psa_ssf.o \
-	psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o
+	psa_ssp.o psa_sss.o psa_uartp.o psa_uarts.o psa_util.o \
+	sap_dti.o sap_em.o
 
 all:	${OBJS}
 
--- a/gsm-fw/g23m-aci/aci/sap_dti.c	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/sap_dti.c	Sun Apr 05 08:17:09 2015 +0000
@@ -22,6 +22,11 @@
 */ 
 /*==== INCLUDES ===================================================*/
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef DTI
 
 #ifndef SAP_DTI_C
--- a/gsm-fw/g23m-aci/aci/sap_em.c	Sun Apr 05 08:09:28 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/sap_em.c	Sun Apr 05 08:17:09 2015 +0000
@@ -19,6 +19,11 @@
 +----------------------------------------------------------------------------- 
 */ 
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 /*==== INCLUDES ===================================================*/