FreeCalypso > hg > freecalypso-sw
changeset 847:8140945526c2
cst_stack.c compiles
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Sat, 25 Apr 2015 22:22:50 +0000 |
parents | eebafd9f4275 |
children | 8227a33397de |
files | gsm-fw/g23m-glue/cst/Makefile gsm-fw/g23m-glue/cst/cst_stack.c |
diffstat | 2 files changed, 4 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/g23m-glue/cst/Makefile Sat Apr 25 22:15:08 2015 +0000 +++ b/gsm-fw/g23m-glue/cst/Makefile Sat Apr 25 22:22:50 2015 +0000 @@ -5,7 +5,7 @@ CPPFLAGS=-I. -I../../include -I../../include/condat -I../../gpf/inc \ -I../../cdginc -OBJS= cst_csf.o cst_exts.o cst_pei.o +OBJS= cst_csf.o cst_exts.o cst_pei.o cst_stack.o all: ${OBJS}
--- a/gsm-fw/g23m-glue/cst/cst_stack.c Sat Apr 25 22:15:08 2015 +0000 +++ b/gsm-fw/g23m-glue/cst/cst_stack.c Sat Apr 25 22:22:50 2015 +0000 @@ -11,9 +11,9 @@ #include <stdio.h> #include <string.h> -#include "nucleus.h" -#include "cs_defs.h" -#include "tc_defs.h" +#include "../../nucleus/nucleus.h" +#include "../../nucleus/cs_defs.h" +#include "../../nucleus/tc_defs.h" // The following stack sizes are defined in int.s #define IRQ_STACK_SIZE 128 // Number of bytes in IRQ stack @@ -160,4 +160,3 @@ vsi_o_trace("CST", 0x08, "-------------------------------------------------"); vsi_t_sleep("",30); } -