FreeCalypso > hg > freecalypso-sw
changeset 804:b50379990075
aci: hl_audio_drv.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 Apr 2015 05:07:09 +0000 |
parents | 761416bb7bbc |
children | f219798c74ea |
files | gsm-fw/g23m-aci/aci/Makefile gsm-fw/g23m-aci/aci/hl_audio_drv.c |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 04:42:51 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/Makefile Sun Apr 05 05:07:09 2015 +0000 @@ -18,7 +18,7 @@ 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 + conc_sms.o cphs.o cphs_aci.o dti_cntrl_mng.o hl_audio_drv.o all: ${OBJS}
--- a/gsm-fw/g23m-aci/aci/hl_audio_drv.c Sun Apr 05 04:42:51 2015 +0000 +++ b/gsm-fw/g23m-aci/aci/hl_audio_drv.c Sun Apr 05 05:07:09 2015 +0000 @@ -24,6 +24,11 @@ #define HL_AUDIO_DRV_C #endif +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" +#include "aci_conf.h" + #include "aci_all.h" #include "aci_cmh.h" #include "aci.h"