aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-11-17 09:27:55 +0900
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-03 21:22:49 +0100
commit2bc27ca8a04aea89c82b5fc4412e889d1ac9f756 (patch)
tree9f5c3ff56156c1dbd585352ff5152937fa74a71d /lib/efi_loader/Makefile
parent96ec4b1a18a41a40c920d03bc8954cc18079838d (diff)
downloadu-boot-2bc27ca8a04aea89c82b5fc4412e889d1ac9f756.zip
u-boot-2bc27ca8a04aea89c82b5fc4412e889d1ac9f756.tar.gz
u-boot-2bc27ca8a04aea89c82b5fc4412e889d1ac9f756.tar.bz2
efi_loader: define UpdateCapsule api
In this commit, skeleton functions for capsule-related API's are added under CONFIG_EFI_UPDATE_CAPSULE configuration. Detailed implementation for a specific capsule type will be added in the succeeding patches. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
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 cd4b252..056376f 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -23,6 +23,7 @@ endif
obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o
obj-y += efi_bootmgr.o
obj-y += efi_boottime.o
+obj-$(CONFIG_EFI_HAVE_CAPSULE_SUPPORT) += efi_capsule.o
obj-y += efi_console.o
obj-y += efi_device_path.o
obj-$(CONFIG_EFI_DEVICE_PATH_TO_TEXT) += efi_device_path_to_text.o