diff gsm-fw/bsp/Makefile @ 857:2768b4339275

a flash chip init/reset function added to Application_Initialize(), see the comments in gsm-fw/bsp/flashchipinit.S
author Space Falcon <falcon@ivan.Harhan.ORG>
date Fri, 01 May 2015 16:27:59 +0000
parents 1199cdf99c32
children
line wrap: on
line diff
--- a/gsm-fw/bsp/Makefile	Thu Apr 30 07:40:30 2015 +0000
+++ b/gsm-fw/bsp/Makefile	Fri May 01 16:27:59 2015 +0000
@@ -5,7 +5,7 @@
 
 sinclude ../include/config.mk
 
-IOBJS=	irq_twiddle.o niq32.o
+IOBJS=	flashchipinit.o irq_twiddle.o niq32.o
 XTOBJS=	armio.o clkm.o init_target.o inth.o niq.o timer.o timer1.o timer2.o
 
 ifeq (${CONFIG_INCLUDE_SIM},1)