[cmdline] Add "nstat" command

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2013-09-25 14:35:07 +01:00
parent 37ccbd301d
commit 7405685df2
3 changed files with 73 additions and 0 deletions

View File

@@ -269,6 +269,9 @@ REQUIRE_OBJECT ( pci_cmd );
#ifdef PARAM_CMD
REQUIRE_OBJECT ( param_cmd );
#endif
#ifdef NEIGHBOUR_CMD
REQUIRE_OBJECT ( neighbour_cmd );
#endif
/*
* Drag in miscellaneous objects

View File

@@ -132,6 +132,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
//#define IMAGE_TRUST_CMD /* Image trust management commands */
//#define PCI_CMD /* PCI commands */
//#define PARAM_CMD /* Form parameter commands */
//#define NEIGHBOUR_CMD /* Neighbour management commands */
/*
* ROM-specific options