FreeCalypso > hg > freecalypso-sw
changeset 547:32f7494783db
L1: l1_api_hisr.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 03 Aug 2014 07:07:24 +0000 |
parents | c7e53436c451 |
children | 67ab5f240b7d |
files | gsm-fw/L1/cfile/Makefile gsm-fw/L1/cfile/l1_api_hisr.c |
diffstat | 2 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile Sun Aug 03 06:58:00 2014 +0000 +++ b/gsm-fw/L1/cfile/Makefile Sun Aug 03 07:07:24 2014 +0000 @@ -4,10 +4,10 @@ CFLAGS= -O2 -fno-builtin -mthumb-interwork LD= arm-elf-ld -IOBJS= +IOBJS= l1_api_hisr.o XOBJS= l1_afunc.o -all: ${XOBJS} +all: ${IOBJS} ${XOBJS} ${XOBJS}: %.o : %.c ${CC} ${CFLAGS} ${CPPFLAGS} -mthumb -c $<
--- a/gsm-fw/L1/cfile/l1_api_hisr.c Sun Aug 03 06:58:00 2014 +0000 +++ b/gsm-fw/L1/cfile/l1_api_hisr.c Sun Aug 03 07:07:24 2014 +0000 @@ -7,15 +7,16 @@ * ************* Revision Controle System Header *************/ +#include "config.h" #include "l1_confg.h" -#include "nucleus.h" +#include "../../nucleus/nucleus.h" #include "sys_types.h" #include "l1_types.h" #include "l1audio_cust.h" #include "l1audio_defty.h" #include "l1audio_const.h" #include "l1_const.h" -#include "cust_os.h" +#include "../../gpf/inc/cust_os.h" #include "l1tm_defty.h" #if (L1_GTT == 1) #include "l1gtt_const.h" @@ -53,7 +54,7 @@ #include "l1audio_signa.h" #include "l1_varex.h" #include "l1_macro.h" -#include "mem.h" +#include "../../bsp/mem.h" /*-------------------------------------------------------------*/