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

* clock/clock.c: include "../../../shared/clockdrv_shell.h".
	* Makefile.am: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2008-09-30 06:19:21 +00:00
parent 05d1c82a4e
commit adf81e9389
6 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
* Makefile.am: Reflect changes above.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect * Makefile.am: Eliminate bsp.am. Build startup files as side-effect

View File

@@ -39,7 +39,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../c4x/shared/bspspuriousinit.c startup/spurious.c \ ../../c4x/shared/bspspuriousinit.c startup/spurious.c \
../../shared/gnatinstallhandler.c ../../shared/gnatinstallhandler.c
# clock # clock
libbsp_a_SOURCES += clock/clock.c libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
# console # console
libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \ libbsp_a_SOURCES += console/consolereserveresources.c console/debugio.c \
console/simio.c ../../shared/console.c console/simio.c ../../shared/console.c

View File

@@ -59,4 +59,4 @@ void Clock_driver_support_initialize_hardware()
#define Clock_driver_support_shutdown_hardware() #define Clock_driver_support_shutdown_hardware()
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"

View File

@@ -1,3 +1,8 @@
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock.c: include "../../../shared/clockdrv_shell.h".
* Makefile.am: Reflect changes above.
2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-29 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Eliminate *_SOURCES. * Makefile.am: Eliminate *_SOURCES.

View File

@@ -36,7 +36,7 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \ ../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
../../shared/gnatinstallhandler.c ../../shared/gnatinstallhandler.c
# clock # clock
libbsp_a_SOURCES += clock/clock.c libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
# console # console
libbsp_a_SOURCES += console/console.c libbsp_a_SOURCES += console/console.c
# timer # timer

View File

@@ -50,5 +50,5 @@ void Clock_driver_support_initialize_hardware(void)
NIOS2_IENABLE(1 << CLOCK_VECTOR); NIOS2_IENABLE(1 << CLOCK_VECTOR);
} }
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"