mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
[comboot] Add COMBOOT and COM32 support
This commit is contained in:
committed by
Michael Brown
parent
aa28544373
commit
e8b22f203f
@@ -158,6 +158,14 @@ REQUIRE_OBJECT ( bzimage );
|
||||
#ifdef IMAGE_ELTORITO
|
||||
REQUIRE_OBJECT ( eltorito );
|
||||
#endif
|
||||
#ifdef IMAGE_COMBOOT
|
||||
REQUIRE_OBJECT ( comboot );
|
||||
REQUIRE_OBJECT ( com32 );
|
||||
REQUIRE_OBJECT ( comboot_call );
|
||||
REQUIRE_OBJECT ( com32_call );
|
||||
REQUIRE_OBJECT ( com32_wrapper );
|
||||
REQUIRE_OBJECT ( comboot_resolv );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in all requested commands
|
||||
|
||||
Reference in New Issue
Block a user