mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 05:38:15 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user