FreeCalypso > hg > freecalypso-sw
view gsm-fw/bsp/Makefile @ 152:26472940e5b0
l1_rf<N>.h headers preened
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 17 Nov 2013 04:59:55 +0000 |
parents | afceeeb2cba1 |
children | 3be2bc80ad38 |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork ASFLAGS=-mthumb-interwork LD= arm-elf-ld IOBJS= niq32.o XTOBJS= armio.o clkm.o init_target.o inth.o niq.o timer.o timer1.o timer2.o XOBJS= ${XTOBJS} oldint.o AOBJS= ${IOBJS} oldint.o HDRS= armio.h clkm.h dma.h inth.h iq.h mem.h rhea_arm.h sim.h timer.h \ timer1.h timer2.h ulpd.h all: ${IOBJS} ${XOBJS} xipcode.o ${AOBJS}: ${HDRS} ${XTOBJS}: %.o : %.c ${HDRS} ${CC} ${CFLAGS} -mthumb -c $< xipcode.o: ${XOBJS} ${LD} -r -o $@ ${XOBJS} clean: rm -f *.[oa] *errs