# HG changeset patch # User Space Falcon # Date 1428210908 0 # Node ID f219798c74eaf4a76c11f18cff6797c482d6872a # Parent b5037999007532755427b692618cd3759d1d6fd7 aci: line_edit.c and line_split.c done diff -r b50379990075 -r f219798c74ea gsm-fw/g23m-aci/aci/Makefile --- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:15:08 2015 +0000 @@ -18,7 +18,8 @@ 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_tsts.o cmh_uartf.o cmh_uartr.o cmh_uarts.o \ - conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o + conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o \ + line_edit.o line_split.o all: ${OBJS} diff -r b50379990075 -r f219798c74ea gsm-fw/g23m-aci/aci/line_edit.c --- a/gsm-fw/g23m-aci/aci/line_edit.c Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/line_edit.c Sun Apr 05 05:15:08 2015 +0000 @@ -23,11 +23,16 @@ #include #include +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "typedefs.h" #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h" diff -r b50379990075 -r f219798c74ea gsm-fw/g23m-aci/aci/line_split.c --- a/gsm-fw/g23m-aci/aci/line_split.c Sun Apr 05 05:07:09 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/line_split.c Sun Apr 05 05:15:08 2015 +0000 @@ -23,11 +23,16 @@ #include #include +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "typedefs.h" #include "vsi.h" #include "pei.h" #include "aci_mem.h" -#include "P_ACI.val" +#include "p_aci.val" #include "line_edit.h" #include "line_edit_intern.h"