2006-02-08 Joel Sherrill <joel@OARcorp.com>

* clock/clockdrv.c: Correct path to clockdrv_shell.c
This commit is contained in:
Joel Sherrill
2006-02-08 17:59:35 +00:00
parent 4bbea13f80
commit 6dbe4d68a7
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2006-02-08 Joel Sherrill <joel@OARcorp.com>
* clock/clockdrv.c: Correct path to clockdrv_shell.c
2006-02-08 Joel Sherrill <joel@OARcorp.com> 2006-02-08 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add sections required by newer gcc versions. * startup/linkcmds: Add sections required by newer gcc versions.

View File

@@ -46,4 +46,4 @@
#define Clock_driver_support_shutdown_hardware() \ #define Clock_driver_support_shutdown_hardware() \
MONGOOSEV_WRITE_REGISTER( CLOCK_BASE, MONGOOSEV_TIMER_CONTROL_REGISTER, 0 ) MONGOOSEV_WRITE_REGISTER( CLOCK_BASE, MONGOOSEV_TIMER_CONTROL_REGISTER, 0 )
#include <clockdrv_shell.c> #include "../../../shared/clockdrv_shell.c"