FreeCalypso > hg > freecalypso-sw
changeset 677:a71671d8c2db
alr_csf.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 29 Sep 2014 05:07:39 +0000 |
parents | 61df1066039e |
children | a7865809c863 |
files | gsm-fw/g23m-gsm/alr/Makefile gsm-fw/g23m-gsm/alr/alr_csf.c |
diffstat | 2 files changed, 12 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 04:54:15 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/Makefile Mon Sep 29 05:07:39 2014 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= alr_cbch.o alr_cs.o +OBJS= alr_cbch.o alr_cs.o alr_csf.o all: ${OBJS}
--- a/gsm-fw/g23m-gsm/alr/alr_csf.c Mon Sep 29 04:54:15 2014 +0000 +++ b/gsm-fw/g23m-gsm/alr/alr_csf.c Mon Sep 29 05:07:39 2014 +0000 @@ -21,6 +21,10 @@ #ifndef ALR_CSF_C #define ALR_CSF_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_PL /*==== INCLUDES ===================================================*/ @@ -46,6 +50,13 @@ #include "alr_gprs.h" #endif +/* + * FreeCalypso note: I left the crud below untouched because it produces + * no effect other than some trace output containing no useful info, + * and leaving the code alone results in this "functionality" being + * disabled because we don't define _TMS470. + */ + #ifdef _TMS470 #include "inth/iq.h" #include "armio/armio.h"