summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2019-02-19 23:29:28 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2019-02-22 08:27:55 +0100
commit9056a502470765edaff86eb17985972acc549ecd (patch)
treee0dfc31b9d3fb729185f5960805fe0c3f5272cdf /lib/Makefile
parentde90d053e79146361f99eb6f7d2aba555c37e902 (diff)
downloadbarebox-9056a502470765edaff86eb17985972acc549ecd.tar.gz
barebox-9056a502470765edaff86eb17985972acc549ecd.tar.xz
lib: Port basic Linux kernel NLS functions
Port basic Linux kernel NLS functions: utf8_to_utf32() and utf8s_to_utf16s() in order to support porting kernel code that uses them. 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 e72aa6655c..763516d41a 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -67,6 +67,7 @@ obj-y += parseopt.o
obj-y += clz_ctz.o
obj-$(CONFIG_CRC_CCITT) += crc-ccitt.o
obj-$(CONFIG_CRC8) += crc8.o
+obj-$(CONFIG_NLS) += nls_base.o
# GCC library routines
obj-$(CONFIG_GENERIC_LIB_ASHLDI3) += ashldi3.o