diff gsm-fw/L1/stand/Makefile @ 618:0c736bd8385e

L1 standalone: forwarder entity implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 31 Aug 2014 00:06:00 +0000
parents 4274171eabd2
children 10a1a99de746
line wrap: on
line diff
--- a/gsm-fw/L1/stand/Makefile	Sat Aug 30 22:57:05 2014 +0000
+++ b/gsm-fw/L1/stand/Makefile	Sun Aug 31 00:06:00 2014 +0000
@@ -3,7 +3,7 @@
 CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
 LD=	arm-elf-ld
 
-OBJS=	l1_pei.o
+OBJS=	l1_pei.o forwarder.o
 
 all:	${OBJS}