# HG changeset patch
# User Space Falcon <falcon@ivan.Harhan.ORG>
# Date 1428223090 0
# Node ID c23e0dfa5154cba2aa06ae3031132e775cf32acd
# Parent  48b1b5e26a1e9873a318ba0cd852bdab5d128e3d
aci_dti_mng/dti_conn_mng.c compiles

diff -r 48b1b5e26a1e -r c23e0dfa5154 gsm-fw/g23m-aci/aci_dti_mng/Makefile
--- a/gsm-fw/g23m-aci/aci_dti_mng/Makefile	Sun Apr 05 08:19:16 2015 +0000
+++ b/gsm-fw/g23m-aci/aci_dti_mng/Makefile	Sun Apr 05 08:38:10 2015 +0000
@@ -1,5 +1,13 @@
-# stub Makefile, to be filled out
-all:
+CC=	arm-elf-gcc
+LD=	arm-elf-ld
+
+CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
+CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \
+	-I../../cdginc -I../aci
+
+ONE_OBJ=dti_conn_mng.o
+
+all:	${ONE_OBJ}
 
 clean:
 	rm -f *.[oa] *.out *errs
diff -r 48b1b5e26a1e -r c23e0dfa5154 gsm-fw/g23m-aci/aci_dti_mng/dti_conn_mng.c
--- a/gsm-fw/g23m-aci/aci_dti_mng/dti_conn_mng.c	Sun Apr 05 08:19:16 2015 +0000
+++ b/gsm-fw/g23m-aci/aci_dti_mng/dti_conn_mng.c	Sun Apr 05 08:38:10 2015 +0000
@@ -26,6 +26,11 @@
 
 /*===== INCLUDES ===================================================*/
 
+#include "config.h"
+#include "fixedconf.h"
+#include "condat-features.h"
+#include "aci_conf.h"
+
 #include "aci_all.h"
 
 #include "pconst.cdg"