changeset 369:e2a05eb3129f

OSL: the bogus event group code appears to be unused aside from the os_EvGrpInit() call in os_Initialize(), so let's table it aside for now, and thus spare the boatload of compiler warnings.
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 29 May 2014 06:41:52 +0000
parents 43ca9d5e30cb
children 37e19cbbbc8d
files gsm-fw/gpf/osl/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/gpf/osl/Makefile	Thu May 29 05:26:42 2014 +0000
+++ b/gsm-fw/gpf/osl/Makefile	Thu May 29 06:41:52 2014 +0000
@@ -4,7 +4,7 @@
 XOPTS=	-DRUN_FLASH -mthumb
 
 IOBJS=	os_com_ir.o os_pro_ir.o
-XOBJS=	os_com_fl.o os_drv.o os_evt.o os_isr.o os_pro_fl.o
+XOBJS=	os_com_fl.o os_drv.o os_isr.o os_pro_fl.o
 
 all:	${IOBJS} ${XOBJS}