view gsm-fw/L1/stand/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
parents 4274171eabd2
children 0c736bd8385e
line wrap: on
line source

CC=	arm-elf-gcc
CPPFLAGS=-I../../gpf/inc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb
LD=	arm-elf-ld

OBJS=	l1_pei.o

all:	${OBJS}

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