comparison gsm-fw/L1/cust0/Makefile @ 520:ed6071292a5c

L1: first C module compiles: ind_os.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 10 Jul 2014 15:49:38 +0000
parents
children 2c9c2b95ddec
comparison
equal deleted inserted replaced
519:57ad8f4d5cb5 520:ed6071292a5c
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork
3 LD= arm-elf-ld
4
5 IOBJS= ind_os.o
6
7 all: ${IOBJS}
8
9 clean:
10 rm -f *.[oa] *.out *errs