forked from Imagelibrary/rtems
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 bsp.am. Build startup files as side-effect
|
||||
|
||||
@@ -46,7 +46,7 @@ libbsp_a_SOURCES += console/console.c
|
||||
# debugio
|
||||
libbsp_a_SOURCES += console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
# timer
|
||||
libbsp_a_SOURCES += timer/timer.c
|
||||
|
||||
|
||||
@@ -87,5 +87,5 @@ uint32_t bsp_clock_nanoseconds_since_last_tick(void)
|
||||
); \
|
||||
} while (0)
|
||||
|
||||
#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/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 bsp.am. Build startup files as side-effect
|
||||
|
||||
@@ -64,7 +64,7 @@ libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
# AMBA PnP Scanning
|
||||
libbsp_a_SOURCES += ../../sparc/shared/amba/ambapp.c
|
||||
# PCI
|
||||
|
||||
@@ -72,4 +72,4 @@ uint32_t bsp_clock_nanoseconds_since_last_tick(void)
|
||||
|
||||
#define Clock_driver_nanoseconds_since_last_tick bsp_clock_nanoseconds_since_last_tick
|
||||
|
||||
#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/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 bsp.am. Build startup files as side-effect
|
||||
|
||||
@@ -45,17 +45,16 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
|
||||
# gnatsupp
|
||||
libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
|
||||
|
||||
# amba
|
||||
include_HEADERS += include/amba.h
|
||||
include_HEADERS += ../../sparc/shared/include/ambapp.h
|
||||
|
||||
# amba
|
||||
libbsp_a_SOURCES += amba/amba.c ../../sparc/shared/amba/ambapp.c
|
||||
# console
|
||||
libbsp_a_SOURCES += console/console.c
|
||||
# debugio
|
||||
libbsp_a_SOURCES += console/debugputs.c
|
||||
# clock
|
||||
libbsp_a_SOURCES += clock/ckinit.c
|
||||
libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
|
||||
|
||||
# PCI
|
||||
include_HEADERS += ../../sparc/shared/include/pci.h
|
||||
|
||||
@@ -109,4 +109,4 @@ uint32_t bsp_clock_nanoseconds_since_last_tick(void)
|
||||
|
||||
#define Clock_driver_nanoseconds_since_last_tick bsp_clock_nanoseconds_since_last_tick
|
||||
|
||||
#include "../../../shared/clockdrv_shell.c"
|
||||
#include "../../../shared/clockdrv_shell.h"
|
||||
|
||||
Reference in New Issue
Block a user