commit | 0d138cfb780ee816576c616b6e5fd322e6be05d9 | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Sat Sep 09 06:47:40 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 12 17:57:59 2017 -0400 |
tree | 5c4ebb4800d57ca58b6b5a74948abec199215083 | |
parent | 5b6353654e4c5f677b45dce26fb1e5589bad328e [diff] [blame] |
lib: add some utf16 handling helpers We'll eventually want these in a few places in efi_loader, and also vsprintf. Signed-off-by: Rob Clark <robdclark@gmail.com>
diff --git a/lib/Makefile b/lib/Makefile index da6a11a..15bba9e 100644 --- a/lib/Makefile +++ b/lib/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_CMD_DHRYSTONE) += dhry/ obj-$(CONFIG_AES) += aes.o +obj-y += charset.o obj-$(CONFIG_USB_TTY) += circbuf.o obj-y += crc7.o obj-y += crc8.o