view target-utils/libmpffs/Makefile @ 150:3c850b416c9a

integrating more L1 header files needed by the abb+spi code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 16 Nov 2013 20:55:06 +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