mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Add NULL_TRAP as a config option
This commit is contained in:
@@ -199,3 +199,11 @@ REQUIRE_OBJECT ( wince );
|
||||
#ifdef PXE_IMAGE
|
||||
REQUIRE_OBJECT ( pxe );
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Drag in miscellaneous objects
|
||||
*
|
||||
*/
|
||||
#ifdef NULL_TRAP
|
||||
REQUIRE_OBJECT ( nulltrap );
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user