mirror of
https://github.com/ipxe/ipxe
synced 2025-12-21 12:30:20 +03:00
Add NULL_TRAP as a config option
This commit is contained in:
@@ -124,5 +124,6 @@
|
|||||||
* "make bin/rtl8139.dsk bs" */
|
* "make bin/rtl8139.dsk bs" */
|
||||||
#undef BUILD_ID /* Include a custom build ID string,
|
#undef BUILD_ID /* Include a custom build ID string,
|
||||||
* e.g "test-foo" */
|
* e.g "test-foo" */
|
||||||
|
#undef NULL_TRAP /* Attempt to catch NULL function calls */
|
||||||
|
|
||||||
/* @END general.h */
|
/* @END general.h */
|
||||||
|
|||||||
@@ -199,3 +199,11 @@ REQUIRE_OBJECT ( wince );
|
|||||||
#ifdef PXE_IMAGE
|
#ifdef PXE_IMAGE
|
||||||
REQUIRE_OBJECT ( pxe );
|
REQUIRE_OBJECT ( pxe );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Drag in miscellaneous objects
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#ifdef NULL_TRAP
|
||||||
|
REQUIRE_OBJECT ( nulltrap );
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user