summaryrefslogtreecommitdiffstats
path: root/src/config/config_efi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config_efi.c')
-rw-r--r--src/config/config_efi.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config/config_efi.c b/src/config/config_efi.c
index 1f73dad4..92678d12 100644
--- a/src/config/config_efi.c
+++ b/src/config/config_efi.c
@@ -21,6 +21,7 @@
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
+#include <config/general.h>
#include <config/console.h>
/** @file
@@ -45,3 +46,6 @@ REQUIRE_OBJECT ( efi_fbcon );
#ifdef CONSOLE_FRAMEBUFFER
REQUIRE_OBJECT ( efi_fbcon );
#endif
+#ifdef DOWNLOAD_PROTO_FILE
+REQUIRE_OBJECT ( efi_local );
+#endif