FreeCalypso > hg > freecalypso-sw
view gsm-fw/sysglue/Makefile @ 310:083f262b7bbe
gsm-fw: disabled DAR links
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Mon, 17 Mar 2014 05:56:06 +0000 |
| parents | afceeeb2cba1 |
| children | f05ae34f7ca0 |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -Os -fno-builtin -mthumb-interwork -mthumb ASFLAGS=-mthumb-interwork LD= arm-elf-ld OBJS= appinit.o irqfiq.o sysinit.o all: xipcode.o xipcode.o: ${OBJS} ${LD} -r -o $@ ${OBJS} clean: rm -f *.[oa] *errs
