FreeCalypso > hg > freecalypso-sw
changeset 562:b1358d6c4496
L1: l1_func.c compiles
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 05 Aug 2014 22:03:06 +0000 |
parents | eb3fb4d0dcf0 |
children | a418c48046ad |
files | gsm-fw/L1/cfile/Makefile gsm-fw/L1/cfile/l1_func.c |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile Tue Aug 05 21:50:05 2014 +0000 +++ b/gsm-fw/L1/cfile/Makefile Tue Aug 05 22:03:06 2014 +0000 @@ -6,7 +6,7 @@ LD= arm-elf-ld INTSED= ../intram.sed -IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o +IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o l1_func.o XOBJS= l1_afunc.o l1_async.o l1_cmplx.o all: ${IOBJS} ${XOBJS}
--- a/gsm-fw/L1/cfile/l1_func.c Tue Aug 05 21:50:05 2014 +0000 +++ b/gsm-fw/L1/cfile/l1_func.c Tue Aug 05 22:03:06 2014 +0000 @@ -113,13 +113,13 @@ #include "l1_ver.h" #include "tpudrv.h" - #include "mem.h" - #include "inth.h" - #include "clkm.h" - #include "rhea_arm.h" - #include "dma.h" - #include "ulpd.h" - #include "leadapi.h" + #include "../../bsp/mem.h" + #include "../../bsp/inth.h" + #include "../../bsp/clkm.h" + #include "../../bsp/rhea_arm.h" + #include "../../bsp/dma.h" + #include "../../bsp/ulpd.h" + #include "../dsp/leadapi.h" #if (OP_L1_STANDALONE) #if (CHIPSET == 4) || (CHIPSET == 7) || (CHIPSET == 8) || (CHIPSET == 10) || \