mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
Add gdbsym.c object to help with running gdb-to-qemu
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user