2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>

* Makefile.am: Add MicroMonitor support.
This commit is contained in:
Joel Sherrill
2009-06-12 17:36:59 +00:00
parent 40be8f8bdd
commit 5c15be811c
2 changed files with 5 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2009-06-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add MicroMonitor support.
2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, preinstall.am: Add MicroMonitor support.

View File

@@ -48,9 +48,7 @@ libbsp_a_SOURCES += ../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppretaskinghook.c startup/bspstart.c \
../../shared/bspclean.c startup/bspreset.c \
startup/memmap.c ../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
# console
libbsp_a_SOURCES += console/uarts.c ../../shared/console.c
../../shared/gnatinstallhandler.c startup/umonsupp.c
if ENABLE_LCD
libbsp_a_SOURCES += console/sed1356.c console/fbcons.c
endif