view target-utils/libmpffs/Makefile @ 106:ae4921a3aa33

fc-loadtool program-{m0,srec}: more usable progress indication
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Wed, 11 Sep 2013 17:58:55 +0000
parents ac310ee73788
children 3daa8ebbe74d
line wrap: on
line source

CC=	arm-elf-gcc
CFLAGS=	-Os -fno-builtin
CPPFLAGS=-I../include
AR=	arm-elf-ar
RANLIB=	arm-elf-ranlib

OBJS=	basicfind.o findfile.o globals.o init.o rdinmem.o

all:	libmpffs.a

libmpffs.a:	${OBJS}
	${AR} cru $@ ${OBJS}
	${RANLIB} $@

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