summaryrefslogtreecommitdiffstats
path: root/lib/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-08-31 21:31:28 +0200
committerAlexander Graf <agraf@suse.de>2018-09-23 21:55:29 +0200
commitf11a164b58860c3971e207a2e1cf1c033b9d0910 (patch)
tree82dab96d452220c02fd266b30d60e4c64fcd6731 /lib/Makefile
parentd8c28232c34d4be9984eda52d69d0920678d937d (diff)
downloadu-boot-f11a164b58860c3971e207a2e1cf1c033b9d0910.tar.gz
u-boot-f11a164b58860c3971e207a2e1cf1c033b9d0910.tar.xz
u-boot-f11a164b58860c3971e207a2e1cf1c033b9d0910.zip
test: unit tests for Unicode functions
Provide unit tests for Unicode functions. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 2fd32798a0..f169644850 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -21,7 +21,9 @@ obj-$(CONFIG_OPTEE) += optee/
obj-$(CONFIG_AES) += aes.o
ifndef API_BUILD
-obj-$(CONFIG_EFI_LOADER) += charset.o
+ifneq ($(CONFIG_UT_UNICODE)$(CONFIG_EFI_LOADER),)
+obj-y += charset.o
+endif
endif
obj-$(CONFIG_USB_TTY) += circbuf.o
obj-y += crc7.o