FreeCalypso > hg > freecalypso-citrine
comparison L1/stand/Makefile @ 0:75a11d740a02
initial import of gsm-fw from freecalypso-sw rev 1033:5ab737ac3ad7
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 09 Jun 2016 00:02:41 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:75a11d740a02 |
---|---|
1 CC= arm-elf-gcc | |
2 CPPFLAGS=-I../../gpf/inc | |
3 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb | |
4 LD= arm-elf-ld | |
5 | |
6 OBJS= l1_pei.o forwarder.o dll_stubs.o | |
7 | |
8 all: xipcode.o | |
9 | |
10 xipcode.o: ${OBJS} | |
11 ${LD} -r -o $@ ${OBJS} | |
12 | |
13 clean: | |
14 rm -f *.[oa] *.out *errs |