diff gsm-fw/sprintf/Makefile @ 146:4d629b6bbcfd

gsm-fw/sprintf: %f implemented, debug output looks correct
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Thu, 14 Nov 2013 19:03:52 +0000
parents 7e45ada9c365
children f8eaff87563f
line wrap: on
line diff
--- a/gsm-fw/sprintf/Makefile	Thu Nov 14 17:51:33 2013 +0000
+++ b/gsm-fw/sprintf/Makefile	Thu Nov 14 19:03:52 2013 +0000
@@ -3,7 +3,7 @@
 AR=	arm-elf-ar
 RANLIB=	arm-elf-ranlib
 
-OBJS=	integer.o sprintf.o vspcore.o
+OBJS=	float.o integer.o sprintf.o vspcore.o
 
 all:	libsprintf.a