view gsm-fw/gpf/frame/xip/Makefile @ 317:06ee56829697

GPF: frame.c compiles
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 11 Apr 2014 05:37:27 +0000
parents
children 2c760f6b1fe0
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I../../inc -DRUN_FLASH
VPATH=	..

OBJS=	frame.o

all:	${OBJS}

clean:
	rm -f *.[oa] *errs