view gsm-fw/gpf/tst_drv/xip/Makefile @ 615:13e55e310eea

gsm-fw/L1/Makefile: stand added to SUBDIR for make clean
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 29 Aug 2014 18:41:55 +0000 (2014-08-29)
parents 7e878e6b9cf7
children
line wrap: on
line source
CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
CPPFLAGS=-I../../inc -DRUN_FLASH
VPATH=	..

OBJS=	ser_tr.o tif2.o titrc.o tr2.o

all:	${OBJS}

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