FreeCalypso > hg > freecalypso-sw
view nuc-fw/sprintf/Makefile @ 142:15d5977390c2
fw build for pirelli: set the ASIC_CONF register like the original fw does
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Tue, 12 Nov 2013 05:00:00 +0000 |
parents | dd13211c9f10 |
children |
line wrap: on
line source
CC= arm-elf-gcc CFLAGS= -O2 -fno-builtin -mthumb-interwork -mthumb AR= arm-elf-ar RANLIB= arm-elf-ranlib OBJS= doprnt.o sprintf.o vsprintf.o all: libsprintf.a libsprintf.a: ${OBJS} ${AR} cru $@ ${OBJS} ${RANLIB} $@ clean: rm -f *.[oa] *errs