diff options
| author | Rob Clark <[email protected]> | 2017-09-13 18:05:34 -0400 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2017-09-20 10:43:54 +0200 |
| commit | 2a92080d8c4463f2ddbf4e3110c25ab55ef6ca3f (patch) | |
| tree | d4c9ce6946b7cc3ccba693f1b0b138048c7e8794 /lib/efi_loader/Makefile | |
| parent | 95c5553ea268144056c4bafc318b9e8b5c096a6c (diff) | |
efi_loader: add file/filesys support
fallback.efi (and probably other things) use UEFI's simple-file-system
protocol and file support to search for OS's to boot.
Signed-off-by: Rob Clark <[email protected]>
[agraf: whitespace fixes, unsigned fixes]
Signed-off-by: Alexander Graf <[email protected]>
Diffstat (limited to 'lib/efi_loader/Makefile')
| -rw-r--r-- | lib/efi_loader/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/efi_loader/Makefile b/lib/efi_loader/Makefile index e68b0dd9a53..00919ceda0a 100644 --- a/lib/efi_loader/Makefile +++ b/lib/efi_loader/Makefile @@ -17,6 +17,7 @@ endif obj-$(CONFIG_CMD_BOOTEFI_HELLO) += helloworld_efi.o obj-y += efi_image_loader.o efi_boottime.o efi_runtime.o efi_console.o obj-y += efi_memory.o efi_device_path_to_text.o efi_device_path.o +obj-y += efi_file.o obj-$(CONFIG_LCD) += efi_gop.o obj-$(CONFIG_DM_VIDEO) += efi_gop.o obj-$(CONFIG_PARTITIONS) += efi_disk.o |
