mirror of https://github.com/ipxe/ipxe.git
Select required commands via config.h
parent
9f953322a1
commit
ec5789bf0c
|
@ -110,6 +110,15 @@
|
||||||
|
|
||||||
/* @END general.h */
|
/* @END general.h */
|
||||||
|
|
||||||
|
/* @BEGIN general.h
|
||||||
|
*
|
||||||
|
* Command-line commands to include
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#define NVO_CMD /* Non-volatile option storage commands */
|
||||||
|
|
||||||
|
/* @END general.h */
|
||||||
|
|
||||||
/* @BEGIN general.h
|
/* @BEGIN general.h
|
||||||
*
|
*
|
||||||
* Obscure configuration options
|
* Obscure configuration options
|
||||||
|
|
|
@ -139,6 +139,14 @@ REQUIRE_OBJECT ( wince );
|
||||||
REQUIRE_OBJECT ( pxe );
|
REQUIRE_OBJECT ( pxe );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Drag in all requested commands
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
#ifdef NVO_CMD
|
||||||
|
REQUIRE_OBJECT ( nvo_cmd );
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Drag in miscellaneous objects
|
* Drag in miscellaneous objects
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue