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:
Ralf Corsepius
2008-09-30 05:44:31 +00:00
parent 6a118f18f0
commit 8ce272be00
9 changed files with 22 additions and 8 deletions

View File

@@ -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> 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

View File

@@ -46,7 +46,7 @@ libbsp_a_SOURCES += console/console.c
# debugio # debugio
libbsp_a_SOURCES += console/debugputs.c libbsp_a_SOURCES += console/debugputs.c
# clock # clock
libbsp_a_SOURCES += clock/ckinit.c libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
# timer # timer
libbsp_a_SOURCES += timer/timer.c libbsp_a_SOURCES += timer/timer.c

View File

@@ -87,5 +87,5 @@ uint32_t bsp_clock_nanoseconds_since_last_tick(void)
); \ ); \
} while (0) } while (0)
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"

View File

@@ -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> 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

View File

@@ -64,7 +64,7 @@ libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
# console # console
libbsp_a_SOURCES += console/console.c console/debugputs.c libbsp_a_SOURCES += console/console.c console/debugputs.c
# clock # clock
libbsp_a_SOURCES += clock/ckinit.c libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
# AMBA PnP Scanning # AMBA PnP Scanning
libbsp_a_SOURCES += ../../sparc/shared/amba/ambapp.c libbsp_a_SOURCES += ../../sparc/shared/amba/ambapp.c
# PCI # PCI

View File

@@ -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 #define Clock_driver_nanoseconds_since_last_tick bsp_clock_nanoseconds_since_last_tick
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"

View File

@@ -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> 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

View File

@@ -45,17 +45,16 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
# gnatsupp # gnatsupp
libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
# amba
include_HEADERS += include/amba.h include_HEADERS += include/amba.h
include_HEADERS += ../../sparc/shared/include/ambapp.h include_HEADERS += ../../sparc/shared/include/ambapp.h
# amba
libbsp_a_SOURCES += amba/amba.c ../../sparc/shared/amba/ambapp.c libbsp_a_SOURCES += amba/amba.c ../../sparc/shared/amba/ambapp.c
# console # console
libbsp_a_SOURCES += console/console.c libbsp_a_SOURCES += console/console.c
# debugio # debugio
libbsp_a_SOURCES += console/debugputs.c libbsp_a_SOURCES += console/debugputs.c
# clock # clock
libbsp_a_SOURCES += clock/ckinit.c libbsp_a_SOURCES += clock/ckinit.c ../../../shared/clockdrv_shell.h
# PCI # PCI
include_HEADERS += ../../sparc/shared/include/pci.h include_HEADERS += ../../sparc/shared/include/pci.h

View File

@@ -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 #define Clock_driver_nanoseconds_since_last_tick bsp_clock_nanoseconds_since_last_tick
#include "../../../shared/clockdrv_shell.c" #include "../../../shared/clockdrv_shell.h"