forked from Imagelibrary/rtems
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 bsp.am. Build startup files as side-effect
|
||||
|
||||
@@ -39,7 +39,7 @@ libbsp_a_SOURCES += ../../shared/bsppost.c ../../shared/bsplibc.c \
|
||||
startup/bspreset.c ../../shared/gnatinstallhandler.c
|
||||
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/clockdrv.c
|
||||
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||
# console
|
||||
libbsp_a_SOURCES += console/uart.c ../../shared/console.c
|
||||
# timer
|
||||
|
||||
@@ -72,4 +72,4 @@ static int clock_isr_is_on(const rtems_irq_connect_data *irq)
|
||||
return 1;
|
||||
}
|
||||
|
||||
#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/clockdrv.c: include "../../../shared/clockdrv_shell.h".
|
||||
* Makefile.am: Reflect changes above.
|
||||
|
||||
2008-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* console/defaultfont.c: Remove (Renamed into console/defaultfont.h).
|
||||
|
||||
@@ -48,7 +48,7 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
|
||||
startup/bspreset.c ../../shared/bootcard.c ../../shared/sbrk.c \
|
||||
../../shared/gnatinstallhandler.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/clockdrv.c
|
||||
libbsp_a_SOURCES += clock/clockdrv.c ../../../shared/clockdrv_shell.h
|
||||
# console
|
||||
libbsp_a_SOURCES += console/conio.c console/console.c \
|
||||
console/defaultfont.h
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user