2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
	* Makefile.am: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2008-09-30 05:10:07 +00:00
parent a47cdf96b6
commit 995e61f76d
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clockdrv.c: include "../../../shared/clockdrv_shell.h".
* Makefile.am: Reflect changes above.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES.
+1 -1
View File
@@ -41,7 +41,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../m68k/shared/bspspuriousinit.c ../../m68k/shared/m68000spurious.c \
startup/spurious_assistant.c
# clock
libbsp_a_SOURCES += clock/clockdrv.c
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
# console
libbsp_a_SOURCES += console/conscfg.c ../../shared/console.c
# debugio
@@ -50,4 +50,4 @@ void Clock_driver_support_shutdown_hardware(void)
t->cr = 0xA0; /* initialize with timer disabled */
}
#include "../../../shared/clockdrv_shell.c"
#include "../../../shared/clockdrv_shell.h"