comparison gsm-fw/gpf/osl/Makefile @ 338:42bc1d7068ac

OSL reconstruction: os_pro_fl.c started
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 02 May 2014 06:36:17 +0000
parents
children e3a2e6e875de
comparison
equal deleted inserted replaced
337:a26470040d89 338:42bc1d7068ac
1 CC= arm-elf-gcc
2 CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb
3 CPPFLAGS=-I../inc -DRUN_FLASH
4
5 XOBJS= os_pro_fl.o
6
7 all: ${XOBJS}
8
9 clean:
10 rm -f *.[oa] *errs