forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user