2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Re-add basic console code.
This commit is contained in:
Joel Sherrill
2009-06-15 14:36:48 +00:00
parent 6576c1d7ea
commit 83e524e696
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2009-06-15 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Re-add basic console code.
2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add MicroMonitor support.

View File

@@ -49,6 +49,8 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bspclean.c startup/bspreset.c \
startup/memmap.c ../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c startup/umonsupp.c
# console
libbsp_a_SOURCES += ../../shared/console.c console/uarts.c
if ENABLE_LCD
libbsp_a_SOURCES += console/sed1356.c console/fbcons.c
endif