# HG changeset patch # User Michael Spacefalcon # Date 1407276186 0 # Node ID b1358d6c4496d8520c278e90a7c3d86f6bd1e70b # Parent eb3fb4d0dcf049411a45124b51a16357424d490f L1: l1_func.c compiles diff -r eb3fb4d0dcf0 -r b1358d6c4496 gsm-fw/L1/cfile/Makefile --- 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} diff -r eb3fb4d0dcf0 -r b1358d6c4496 gsm-fw/L1/cfile/l1_func.c --- 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) || \