summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-12-08 10:14:29 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 12:57:53 +0100
commitc41691a7755fef462ef12f51cc299335f0d832f2 (patch)
tree4d4d55cae7527f7dcd8a1195014c53819e620670 /lib/Makefile
parent8edb3a0545c0931d6bf59af9d58aa2e7f8c780ac (diff)
downloadbarebox-c41691a7755fef462ef12f51cc299335f0d832f2.tar.gz
barebox-c41691a7755fef462ef12f51cc299335f0d832f2.tar.xz
printf: move simple_strto*() functions to separate file
These are not needed in the PBL, so move them to a separate file. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile
index a6c7dfbbbe..604d934765 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -4,6 +4,7 @@ obj-y += ctype.o
obj-y += rbtree.o
obj-y += display_options.o
obj-y += string.o
+obj-y += strtox.o
obj-y += vsprintf.o
obj-y += div64.o
obj-y += misc.o