FreeCalypso > hg > freecalypso-sw
diff gsm-fw/gpf/conf/Makefile @ 485:890ffca53a09
gsm-fw/gpf/conf: started
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 29 Jun 2014 19:49:29 +0000 |
parents | |
children | c8e12b7bbd0b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gsm-fw/gpf/conf/Makefile Sun Jun 29 19:49:29 2014 +0000 @@ -0,0 +1,14 @@ +CC= arm-elf-gcc +CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb +CPPFLAGS=-I../inc +LD= arm-elf-ld + +OBJS= gpf_misc_init.o + +all: xipcode.o + +xipcode.o: ${OBJS} + ${LD} -r -o $@ ${OBJS} + +clean: + rm -f *.[oa] *errs