mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 15:00:16 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user