summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorSteffen Trumtrar <s.trumtrar@pengutronix.de>2015-09-02 13:57:23 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-04-12 11:58:39 +0200
commitfa414f6c610eb7b48928312db466fbed14cc8c2a (patch)
treed67920b25f6ca873bcf326edabb941b294921bd8 /lib/Makefile
parentfd99872262951066b13753eac8d1351c9ee0fa54 (diff)
downloadbarebox-fa414f6c610eb7b48928312db466fbed14cc8c2a.tar.gz
barebox-fa414f6c610eb7b48928312db466fbed14cc8c2a.tar.xz
lib: add base64 helpers
Import the busybox-1.23.1 uuencode/base64 helper functions. Signed-off-by: Steffen Trumtrar <s.trumtrar@pengutronix.de> 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 8dabf4ae77..31e66de33f 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_LZ4_DECOMPRESS) += decompress_unlz4.o
obj-$(CONFIG_PROCESS_ESCAPE_SEQUENCE) += process_escape_sequence.o
obj-$(CONFIG_UNCOMPRESS) += uncompress.o
obj-$(CONFIG_BCH) += bch.o
+obj-$(CONFIG_BASE64) += base64.o
obj-$(CONFIG_BITREV) += bitrev.o
obj-$(CONFIG_QSORT) += qsort.o
obj-$(CONFIG_LIBSCAN) += libscan.o