diff options
author | Rob Clark <robdclark@gmail.com> | 2017-09-09 06:47:40 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-12 17:57:59 -0400 |
commit | 78178bb0c9dfe2a91a636a411291d8bab50e8a7d (patch) | |
tree | 5c4ebb4800d57ca58b6b5a74948abec199215083 /lib/Makefile | |
parent | 4a85663ec7eddd955d22f1b0f34a9708eac82314 (diff) | |
download | u-boot-78178bb0c9dfe2a91a636a411291d8bab50e8a7d.tar.gz u-boot-78178bb0c9dfe2a91a636a411291d8bab50e8a7d.tar.xz u-boot-78178bb0c9dfe2a91a636a411291d8bab50e8a7d.zip |
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>
Diffstat (limited to 'lib/Makefile')
-rw-r--r-- | lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index da6a11aca3..15bba9eac2 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -18,6 +18,7 @@ obj-$(CONFIG_OF_LIVE) += of_live.o 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 |