summaryrefslogtreecommitdiffstats
path: root/src/config/config.c
diff options
context:
space:
mode:
authorMichael Brown2012-09-10 16:58:02 +0200
committerMichael Brown2012-09-10 16:58:02 +0200
commit117fc6173891657d68a02d99a784705a1b5ec8f4 (patch)
treedb7d78743d6119fa888825d341b3969131b82b1f /src/config/config.c
parent[cmdline] Add standalone "nslookup" command (diff)
downloadipxe-117fc6173891657d68a02d99a784705a1b5ec8f4.tar.gz
ipxe-117fc6173891657d68a02d99a784705a1b5ec8f4.tar.xz
ipxe-117fc6173891657d68a02d99a784705a1b5ec8f4.zip
[console] Add support for the bochs/qemu debug port console
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/config.c')
-rw-r--r--src/config/config.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config/config.c b/src/config/config.c
index 81519779..bd1d9885 100644
--- a/src/config/config.c
+++ b/src/config/config.c
@@ -89,6 +89,9 @@ REQUIRE_OBJECT ( linux_console );
#ifdef CONSOLE_VMWARE
REQUIRE_OBJECT ( vmconsole );
#endif
+#ifdef CONSOLE_DEBUGCON
+REQUIRE_OBJECT ( debugcon );
+#endif
/*
* Drag in all requested network protocols