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:
Ralf Corsepius
2008-09-30 05:39:04 +00:00
parent 5681a2bc52
commit 6a118f18f0
6 changed files with 16 additions and 6 deletions

View File

@@ -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>
* Makefile.am: Eliminate bsp.am. Build startup files as side-effect

View File

@@ -48,7 +48,7 @@ gnatsupp_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
gnatsupp_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
noinst_PROGRAMS += clock.rel
clock_rel_SOURCES = clock/clock.c
clock_rel_SOURCES = clock/clock.c ../../../shared/clockdrv_shell.h
clock_rel_CPPFLAGS = $(AM_CPPFLAGS) -DARM9 -I$(srcdir)/libnds/include
clock_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)

View File

@@ -19,7 +19,7 @@
#define CLOCK_VECTOR IRQ_TIMER0
/*
* forward declaration for clock isr in clockdrv_shell.c
* forward declaration for clock isr in clockdrv_shell.h
*/
rtems_isr Clock_isr (rtems_vector_number vector);
@@ -85,4 +85,4 @@ Clock_driver_support_initialize_hardware (void)
TIMER_DATA (0) = TIMER_FREQ_64 ((uint16_t) freq);
}
#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/clock.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

View File

@@ -60,7 +60,7 @@ libbsp_a_SOURCES += bestcomm/include/ppctypes.h \
bestcomm/task_api/tasksetup_general.h
# clock
libbsp_a_SOURCES += clock/clock.c
libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
# console
libbsp_a_SOURCES += console/console.c
# i2c

View File

@@ -11,7 +11,7 @@
| Germany |
| rtems@embedded-brains.de |
| |
| Reworked by Joel Sherrill to use clockdrv_shell.c |
| Reworked by Joel Sherrill to use clockdrv_shell.h |
+-----------------------------------------------------------------+
| The license and distribution terms for this file may be |
| found in the file LICENSE in this distribution or at |
@@ -339,5 +339,5 @@ int BSP_connect_clock_handler (unsigned gpt_no)
(void) BSP_disconnect_clock_handler (GPT); \
} while (0)
#include "../../../shared/clockdrv_shell.c"
#include "../../../shared/clockdrv_shell.h"