summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2018-10-26 18:31:50 -0700
committerSascha Hauer <s.hauer@pengutronix.de>2018-10-29 09:10:38 +0100
commite8e26a40956a4bd6847e3c341cda4d34d4086a01 (patch)
tree92781ae78b69dafc71f696c44c56e67b96425267 /lib/Makefile
parentfebf5c7fd011de956fd2400b162d22f3dea5e520 (diff)
downloadbarebox-e8e26a40956a4bd6847e3c341cda4d34d4086a01.tar.gz
barebox-e8e26a40956a4bd6847e3c341cda4d34d4086a01.tar.xz
lib: Port kstrtox.c from Linux kernel
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> 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 693945fb2c..24dc3d9eeb 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -5,6 +5,7 @@ obj-y += rbtree.o
obj-y += display_options.o
obj-y += string.o
obj-y += strtox.o
+obj-y += kstrtox.o
obj-y += vsprintf.o
pbl-$(CONFIG_PBL_CONSOLE) += vsprintf.o
obj-y += div64.o