diff gsm-fw/finlink/Makefile @ 597:8be182dd9218

gsm-fw: INT_{Dis,En}ableIRQ() functions implemented (needed by L1 code)
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 07:15:12 +0000
parents 3b4dce7dac06
children da72b51c0572
line wrap: on
line diff
--- a/gsm-fw/finlink/Makefile	Sun Aug 17 06:58:27 2014 +0000
+++ b/gsm-fw/finlink/Makefile	Sun Aug 17 07:15:12 2014 +0000
@@ -24,7 +24,7 @@
 LIB_LINK_ORDER+=	${BASE_LIBS}
 LIB_LINK_ORDER+=	--start-group ${LIBC_A} ${LIBGCC_A} --end-group
 
-INT_PIECES=	../bsp/niq32.o
+INT_PIECES=	../bsp/iramcode.o
 EXT_PIECES=	../bsp/xipcode.o ../serial/xipcode.o ../sysglue/xipcode.o \
 		../services/ffs/xipcode.o ../services/dar/xipcode.o
 ifeq (${CONFIG_GPF},1)