# HG changeset patch # User Michael Spacefalcon # Date 1407468674 0 # Node ID 335f9b00f8fc447fcdcd66c7576f811de62e9bf4 # Parent b0af3534ef35736b7b9ff1c1ba5f511fdd543072 L1: l1_mfmgr.c compiles diff -r b0af3534ef35 -r 335f9b00f8fc gsm-fw/L1/cfile/Makefile --- a/gsm-fw/L1/cfile/Makefile Fri Aug 08 03:26:54 2014 +0000 +++ b/gsm-fw/L1/cfile/Makefile Fri Aug 08 03:31:14 2014 +0000 @@ -6,7 +6,8 @@ LD= arm-elf-ld INTSED= ../intram.sed -IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o l1_func.o +IOBJS= l1_api_hisr.o l1_cmplx_intram.o l1_ctl.o l1_drive.o l1_func.o \ + l1_mfmgr.o XOBJS= l1_afunc.o l1_async.o l1_cmplx.o l1_init.o all: ${IOBJS} ${XOBJS} diff -r b0af3534ef35 -r 335f9b00f8fc gsm-fw/L1/cfile/l1_mfmgr.c --- a/gsm-fw/L1/cfile/l1_mfmgr.c Fri Aug 08 03:26:54 2014 +0000 +++ b/gsm-fw/L1/cfile/l1_mfmgr.c Fri Aug 08 03:31:14 2014 +0000 @@ -10,8 +10,9 @@ #define L1_MFMGR_C +#include "config.h" +#include "l1_confg.h" #include "l1_macro.h" -#include "l1_confg.h" #if (CODE_VERSION == SIMULATION) #include @@ -72,7 +73,7 @@ #include "l1aac_defty.h" #endif #include "l1_defty.h" - #include "cust_os.h" + #include "../../gpf/inc/cust_os.h" #include "l1_msgty.h" #include "l1_varex.h" #include "l1_proto.h"