summaryrefslogtreecommitdiffstats
path: root/src/core/config.c
diff options
context:
space:
mode:
authorMichael Brown2007-06-30 23:43:31 +0200
committerMichael Brown2007-06-30 23:43:31 +0200
commit8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e (patch)
treebd7b2cde7f1c89124a9207177ba4f42e455acd22 /src/core/config.c
parentPlace the actual version string in .data16, rather than just the (diff)
downloadipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.tar.gz
ipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.tar.xz
ipxe-8f6a4e81406c384cb3e8bdd0e9386581d6d2f11e.zip
Add gdbsym.c object to help with running gdb-to-qemu
Diffstat (limited to 'src/core/config.c')
-rw-r--r--src/core/config.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/core/config.c b/src/core/config.c
index 71f8777d..a65d0a9a 100644
--- a/src/core/config.c
+++ b/src/core/config.c
@@ -184,6 +184,9 @@ REQUIRE_OBJECT ( dhcp_cmd );
* Drag in miscellaneous objects
*
*/
-#ifdef NULL_TRAP
+#ifdef NULL_TRAP
REQUIRE_OBJECT ( nulltrap );
#endif
+#ifdef DUMP_GDBSYM
+REQUIRE_OBJECT ( gdbsym );
+#endif