comparison gsm-fw/L1/stand/Makefile @ 618:0c736bd8385e

L1 standalone: forwarder entity implemented
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 31 Aug 2014 00:06:00 +0000
parents 4274171eabd2
children 10a1a99de746
comparison
equal deleted inserted replaced
617:d6cecf1e5235 618:0c736bd8385e
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 6 OBJS= l1_pei.o forwarder.o
7 7
8 all: ${OBJS} 8 all: ${OBJS}
9 9
10 clean: 10 clean:
11 rm -f *.[oa] *.out *errs 11 rm -f *.[oa] *.out *errs