aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-10-29 13:47:46 +0900
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-10-30 14:27:43 +0100
commit077153e085b48e7683552667ab2247c991c1e1ff (patch)
treed6954162b528b1932ee31c22878fe0b954e2aec5 /lib/efi_loader/Makefile
parentc57c9439548a58a0c1f0eb2ec7b5ab5d7b7fd801 (diff)
downloadu-boot-077153e085b48e7683552667ab2247c991c1e1ff.zip
u-boot-077153e085b48e7683552667ab2247c991c1e1ff.tar.gz
u-boot-077153e085b48e7683552667ab2247c991c1e1ff.tar.bz2
efi_loader: add efi_create_indexed_name()
This function will be used from several places in UEFI subsystem to generate some specific form of utf-16 variable name. For example, L"Capsule0001" Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org> Move function to separate module. Use char * as argument instead of u16 *. Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_loader/Makefile')
-rw-r--r--lib/efi_loader/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile
index 9bad1d1..8892fb0 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -34,6 +34,7 @@ obj-y += efi_memory.o
obj-y += efi_root_node.o
obj-y += efi_runtime.o
obj-y += efi_setup.o
+obj-y += efi_string.o
obj-$(CONFIG_EFI_UNICODE_COLLATION_PROTOCOL2) += efi_unicode_collation.o
obj-y += efi_var_common.o
obj-y += efi_var_mem.o