david/ipxe
Archived
1
0

Select required commands via config.h

This commit is contained in:
Michael Brown 2006-12-20 00:39:06 +00:00
parent 9f953322a1
commit ec5789bf0c
2 changed files with 17 additions and 0 deletions

View File

@ -110,6 +110,15 @@
/* @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
*
* Obscure configuration options

View File

@ -139,6 +139,14 @@ REQUIRE_OBJECT ( wince );
REQUIRE_OBJECT ( pxe );
#endif
/*
* Drag in all requested commands
*
*/
#ifdef NVO_CMD
REQUIRE_OBJECT ( nvo_cmd );
#endif
/*
* Drag in miscellaneous objects
*