view gsm-fw/gpf/tst_drv/iram/Makefile @ 325:ffb0442ffccf

gsm-fw/gpf/tst_drv: got as far as compiling tr2.c
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 19 Apr 2014 00:18:44 +0000
parents
children 7e878e6b9cf7
line wrap: on
line source

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

OBJS=	ser_tr.o titrc.o

all:	${OBJS}

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