view gsm-fw/riviera/init/Makefile @ 901:bacf366e8ce3

gsm-fw: DSP patch codes included in the link
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 05 Jul 2015 03:17:40 +0000
parents afceeeb2cba1
children
line wrap: on
line source

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

OBJS=	create_RVtasks.o

all:	${OBJS}

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