2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>

PR 1917/bsps
	* Makefile.am: Modifications to add dynamic tables for libchip serial
	drivers.
This commit is contained in:
Jennifer Averett
2011-10-18 18:28:37 +00:00
parent 93b8c70a47
commit 1aa561d614
6 changed files with 28 additions and 3 deletions

View File

@@ -1,3 +1,9 @@
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps
* Makefile.am: Modifications to add dynamic tables for libchip serial
drivers.
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspreset.c:

View File

@@ -39,7 +39,10 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppredriverhook.c ../../shared/bspgetworkarea.c \
../../shared/gnatinstallhandler.c
# console
libbsp_a_SOURCES += ../gp32/console/uart.c ../../shared/console.c
libbsp_a_SOURCES += ../gp32/console/uart.c ../../shared/console.c \
../../shared/console_select.c \
../../shared/console_read.c ../../shared/console_write.c \
../../shared/console_control.c
# IRQ
include_bsp_HEADERS += ../../shared/include/irq-generic.h \
../../shared/include/irq-info.h

View File

@@ -1,3 +1,9 @@
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps
* Makefile.am: Modifications to add dynamic tables for libchip serial
drivers.
2011-06-20 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Don't reference non-existing files.

View File

@@ -63,7 +63,9 @@ startup_SOURCES = ../../shared/bspclean.c ../../shared/bsplibc.c \
#clock_SOURCES = ../../shared/clock_driver_simidle.c
clock_SOURCES = ../shared/clock/ckinit.c
console_SOURCES = ../../shared/console.c ../shared/console/conscfg.c
console_SOURCES = ../../shared/console.c ../shared/console/conscfg.c \
../../shared/console_select.c ../../shared/console_control.c \
../../shared/console_read.c ../../shared/console_write.c
timer_SOURCES = ../../shared/timerstub.c

View File

@@ -1,3 +1,9 @@
2011-10-18 Jennifer Averett <Jennifer.Averett@OARcorp.com>
PR 1917/bsps
* Makefile.am: Modifications to add dynamic tables for libchip serial
drivers.
2011-10-06 Gedare Bloom <giddyup44@yahoo.com>
PR 1919/bsp

View File

@@ -114,7 +114,9 @@ mmu_SOURCES = \
#clock_SOURCES = ../../shared/clock_driver_simidle.c
clock_SOURCES = ../shared/clock/ckinit.c
console_SOURCES = ../../shared/console.c ../shared/console/conscfg.c
console_SOURCES = ../../shared/console.c ../shared/console/conscfg.c \
../../shared/console_select.c ../../shared/console_control.c \
../../shared/console_read.c ../../shared/console_write.c
timer_SOURCES = ../../shared/timerstub.c