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.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config/config_efi.c b/src/config/config_efi.c
index 92678d12..29bd14cb 100644
--- a/src/config/config_efi.c
+++ b/src/config/config_efi.c
@@ -49,3 +49,11 @@ REQUIRE_OBJECT ( efi_fbcon );
#ifdef DOWNLOAD_PROTO_FILE
REQUIRE_OBJECT ( efi_local );
#endif
+
+/*
+ * Drag in EFI-specific commands
+ *
+ */
+#ifdef EFIMAP_CMD
+REQUIRE_OBJECT ( efimap_cmd );
+#endif