forked from Imagelibrary/rtems
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user