aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_loader/Makefile
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-15 19:02:49 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-19 18:56:08 +0100
commit2363effb7a689de66634ba325e57c2d6fc12f4e9 (patch)
treef6f00907e8ed29237814e4552cfe634dccbee746 /lib/efi_loader/Makefile
parentdb0dd72e27ce62c5b28f07595b91ed00d0565819 (diff)
downloadu-boot-2363effb7a689de66634ba325e57c2d6fc12f4e9.zip
u-boot-2363effb7a689de66634ba325e57c2d6fc12f4e9.tar.gz
u-boot-2363effb7a689de66634ba325e57c2d6fc12f4e9.tar.bz2
efi_loader: move load options to new module
Move all load options related functions to a new module. So that they can be compiled independently. 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 412fa88..0216eb8 100644
--- a/lib/efi_loader/Makefile
+++ b/lib/efi_loader/Makefile
@@ -35,6 +35,7 @@ endif
obj-y += efi_file.o
obj-$(CONFIG_EFI_LOADER_HII) += efi_hii.o
obj-y += efi_image_loader.o
+obj-y += efi_load_options.o
obj-y += efi_memory.o
obj-y += efi_root_node.o
obj-y += efi_runtime.o