comparison gsm-fw/L1/stand/Makefile @ 619:10a1a99de746

L1 standalone: gsm-fw/L1/stand should be complete
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 31 Aug 2014 00:13:01 +0000
parents 0c736bd8385e
children
comparison
equal deleted inserted replaced
618:0c736bd8385e 619:10a1a99de746
1 CC= arm-elf-gcc 1 CC= arm-elf-gcc
2 CPPFLAGS=-I../../gpf/inc 2 CPPFLAGS=-I../../gpf/inc
3 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb 3 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
4 LD= arm-elf-ld 4 LD= arm-elf-ld
5 5
6 OBJS= l1_pei.o forwarder.o 6 OBJS= l1_pei.o forwarder.o dll_stubs.o
7 7
8 all: ${OBJS} 8 all: xipcode.o
9
10 xipcode.o: ${OBJS}
11 ${LD} -r -o $@ ${OBJS}
9 12
10 clean: 13 clean:
11 rm -f *.[oa] *.out *errs 14 rm -f *.[oa] *.out *errs