FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
856:d527ac304ad5 | 857:2768b4339275 |
---|---|
3 ASFLAGS=-mthumb-interwork | 3 ASFLAGS=-mthumb-interwork |
4 LD= arm-elf-ld | 4 LD= arm-elf-ld |
5 | 5 |
6 sinclude ../include/config.mk | 6 sinclude ../include/config.mk |
7 | 7 |
8 IOBJS= irq_twiddle.o niq32.o | 8 IOBJS= flashchipinit.o irq_twiddle.o niq32.o |
9 XTOBJS= armio.o clkm.o init_target.o inth.o niq.o timer.o timer1.o timer2.o | 9 XTOBJS= armio.o clkm.o init_target.o inth.o niq.o timer.o timer1.o timer2.o |
10 | 10 |
11 ifeq (${CONFIG_INCLUDE_SIM},1) | 11 ifeq (${CONFIG_INCLUDE_SIM},1) |
12 XTOBJS+=sim.o | 12 XTOBJS+=sim.o |
13 IOBJS+= sim32.o | 13 IOBJS+= sim32.o |