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:35:13 +00:00
parent 27b355b066
commit 81d86a096f
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/clockdrv.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/bsppost.c ../../shared/bsplibc.c \
startup/bspreset.c ../../shared/gnatinstallhandler.c startup/bspreset.c ../../shared/gnatinstallhandler.c
# clock # clock
libbsp_a_SOURCES += clock/clockdrv.c libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
# console # console
libbsp_a_SOURCES += console/uart.c ../../shared/console.c libbsp_a_SOURCES += console/uart.c ../../shared/console.c
# timer # timer

View File

@@ -72,4 +72,4 @@ static int clock_isr_is_on(const rtems_irq_connect_data *irq)
return 1; return 1;
} }
#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/clockdrv.c: include "../../../shared/clockdrv_shell.h".
* Makefile.am: Reflect changes above.
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/defaultfont.c: Remove (Renamed into console/defaultfont.h). * console/defaultfont.c: Remove (Renamed into console/defaultfont.h).

View File

@@ -48,7 +48,7 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
startup/bspreset.c ../../shared/bootcard.c ../../shared/sbrk.c \ startup/bspreset.c ../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c ../../shared/gnatinstallhandler.c
# clock # clock
libbsp_a_SOURCES += clock/clockdrv.c libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
# console # console
libbsp_a_SOURCES += console/conio.c console/console.c \ libbsp_a_SOURCES += console/conio.c console/console.c \
console/defaultfont.h console/defaultfont.h

View File

@@ -124,4 +124,4 @@ static int clock_isr_is_on(const rtems_irq_connect_data *irq)
} }
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"