# HG changeset patch
# User Space Falcon <falcon@ivan.Harhan.ORG>
# Date 1428221239 0
# Node ID d988f0f6aeb9311fe1ed2ea8bd269e1a5e40ad60
# Parent  b522307de6f2028c0f004b39d2d02a176b9f692b
aci: psa_uart?.c done

diff -r b522307de6f2 -r d988f0f6aeb9 gsm-fw/g23m-aci/aci/Makefile
--- a/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 07:58:27 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/Makefile	Sun Apr 05 08:07:19 2015 +0000
@@ -23,7 +23,7 @@
 	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_ssp.o psa_sss.o psa_uartp.o psa_uarts.o
 
 all:	${OBJS}
 
diff -r b522307de6f2 -r d988f0f6aeb9 gsm-fw/g23m-aci/aci/psa_uartp.c
--- a/gsm-fw/g23m-aci/aci/psa_uartp.c	Sun Apr 05 07:58:27 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/psa_uartp.c	Sun Apr 05 08:07:19 2015 +0000
@@ -20,6 +20,11 @@
 +----------------------------------------------------------------------------- 
 */ 
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef UART
 
 #ifndef PSA_UARTP_C
diff -r b522307de6f2 -r d988f0f6aeb9 gsm-fw/g23m-aci/aci/psa_uarts.c
--- a/gsm-fw/g23m-aci/aci/psa_uarts.c	Sun Apr 05 07:58:27 2015 +0000
+++ b/gsm-fw/g23m-aci/aci/psa_uarts.c	Sun Apr 05 08:07:19 2015 +0000
@@ -19,6 +19,12 @@
 |             interface.
 +----------------------------------------------------------------------------- 
 */ 
+
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #ifdef UART
 
 #ifndef PSA_UARTS_C