view gsm-fw/riviera/support/Makefile @ 896:7c5b129573f6

doc/Pirelli-Howto written
author Space Falcon <falcon@ivan.Harhan.ORG>
date Wed, 01 Jul 2015 06:03:24 +0000
parents afceeeb2cba1
children
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-O2 -fno-builtin -mthumb-interwork -mthumb

OBJS=	exception.o

all:	${OBJS}

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