# HG changeset patch # User Michael Spacefalcon # Date 1411967259 0 # Node ID a71671d8c2dba761db2e7346553b2dad50c6f152 # Parent 61df1066039e405423c6da1ee031fbaf90af1b31 alr_csf.c compiles diff -r 61df1066039e -r a71671d8c2db gsm-fw/g23m-gsm/alr/Makefile --- 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} diff -r 61df1066039e -r a71671d8c2db gsm-fw/g23m-gsm/alr/alr_csf.c --- 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"