summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-03-13 08:22:26 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-03-13 08:22:27 +0100
commit5dd5884801669b17705cd030e9e82a4f1de50296 (patch)
treebbd1a44158edda9ce6bc577498698d27d3ac3949 /lib/Makefile
parent08a50cd3064ad367bd23c217d26856cc1ac47d57 (diff)
downloadbarebox-5dd5884801669b17705cd030e9e82a4f1de50296.tar.gz
barebox-5dd5884801669b17705cd030e9e82a4f1de50296.tar.xz
lib: Add hex2bin and bin2hex implementations
Taken from the Kernel, put into the same place as in the kernel, although the hexdump.c does not actually contain hexdum functions. 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 f08ac5937d..6a3e9fdc8e 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -53,3 +53,4 @@ obj-y += wchar.o
obj-y += libfile.o
obj-y += bitmap.o
obj-y += gcd.o
+obj-y += hexdump.o