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

* clock/ckinit.c: include "../../../shared/clockdrv_shell.h".
	* Makefile.am: Reflect changes above.
This commit is contained in:
Ralf Corsepius
2008-09-30 06:15:27 +00:00
parent 8ce272be00
commit 05d1c82a4e
3 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/ckinit.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.

View File

@@ -60,7 +60,8 @@ noinst_LIBRARIES = libbsp.a
libbsp_a_SOURCES =
# clock
libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c
libbsp_a_SOURCES += clock/ckinit.c clock/todcfg.c ../../shared/tod.c \
../../../shared/clockdrv_shell.h
include_rtemsdir = $(includedir)/rtems
include_rtems_HEADERS = console/keyboard.h console/kd.h \

View File

@@ -155,5 +155,5 @@ static rtems_irq_connect_data clockIrqData = {
BSP_remove_rtems_irq_handler (&clockIrqData); \
} while (0)
#include "../../../shared/clockdrv_shell.c"
#include "../../../shared/clockdrv_shell.h"