From 5dd5884801669b17705cd030e9e82a4f1de50296 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 13 Mar 2015 08:22:26 +0100 Subject: 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 --- lib/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Makefile') 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 -- cgit v1.2.3