mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Select required commands via config.h
This commit is contained in:
parent
9f953322a1
commit
ec5789bf0c
@ -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
|
||||
|
@ -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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user