diff gsm-fw/L1/cfile/Makefile @ 550:6455c06fceb3

L1: l1_cmplx.c compiles for XRAM
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 18:12:05 +0000
parents b1e2dbb3c751
children 2e662daa7441
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/Makefile	Sun Aug 03 17:25:07 2014 +0000
+++ b/gsm-fw/L1/cfile/Makefile	Sun Aug 03 18:12:05 2014 +0000
@@ -5,7 +5,7 @@
 LD=	arm-elf-ld
 
 IOBJS=	l1_api_hisr.o
-XOBJS=	l1_afunc.o l1_async.o
+XOBJS=	l1_afunc.o l1_async.o l1_cmplx.o
 
 all:	${IOBJS} ${XOBJS}