# HG changeset patch # User Michael Spacefalcon # Date 1412037878 0 # Node ID 75488f27acdd007f1e5e20b4586c42f1b3f2388d # Parent 95608d9c90de854a408674d50c7e4f73025adc8e cc_act.c compiles diff -r 95608d9c90de -r 75488f27acdd gsm-fw/g23m-gsm/cc/Makefile --- a/gsm-fw/g23m-gsm/cc/Makefile Mon Sep 29 23:42:53 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/Makefile Tue Sep 30 00:44:38 2014 +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 + +OBJS= cc_act.o + +all: ${OBJS} clean: rm -f *.[oa] *.out *errs diff -r 95608d9c90de -r 75488f27acdd gsm-fw/g23m-gsm/cc/cc_act.c --- a/gsm-fw/g23m-gsm/cc/cc_act.c Mon Sep 29 23:42:53 2014 +0000 +++ b/gsm-fw/g23m-gsm/cc/cc_act.c Tue Sep 30 00:44:38 2014 +0000 @@ -23,6 +23,10 @@ #ifndef CC_ACT_C #define CC_ACT_C +#include "config.h" +#include "fixedconf.h" +#include "condat-features.h" + #define ENTITY_CC /*==== INCLUDES ===================================================*/