FreeCalypso > hg > freecalypso-sw
comparison 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 |
comparison
equal
deleted
inserted
replaced
484:c617a6adcb69 | 485:890ffca53a09 |
---|---|
1 CC= arm-elf-gcc | |
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
3 CPPFLAGS=-I../inc | |
4 LD= arm-elf-ld | |
5 | |
6 OBJS= gpf_misc_init.o | |
7 | |
8 all: xipcode.o | |
9 | |
10 xipcode.o: ${OBJS} | |
11 ${LD} -r -o $@ ${OBJS} | |
12 | |
13 clean: | |
14 rm -f *.[oa] *errs |