view gsm-fw/riviera/init/Makefile @ 253:475887e6b396

tiffs IVA: close the file descriptor after mmap
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 01 Feb 2014 22:22:07 +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