[time] Add the time command

Signed-off-by: Michael Brown <mcb30@etherboot.org>
This commit is contained in:
Daniel Verkamp
2009-03-03 23:17:06 -06:00
committed by Michael Brown
parent f3d09b5c79
commit 4397a2a4ca
3 changed files with 58 additions and 0 deletions

View File

@@ -196,6 +196,9 @@ REQUIRE_OBJECT ( sanboot_cmd );
#ifdef LOGIN_CMD
REQUIRE_OBJECT ( login_cmd );
#endif
#ifdef TIME_CMD
REQUIRE_OBJECT ( time_cmd );
#endif
/*
* Drag in miscellaneous objects