2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Remove duplicate reference.
This commit is contained in:
Joel Sherrill
2008-08-29 13:12:50 +00:00
parent d8a213b280
commit 757801b116
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2008-08-29 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Remove duplicate reference.
2008-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* irq/irq_init.c: Fix warnings.

View File

@@ -40,11 +40,11 @@ dist_project_lib_DATA += startup/linkcmds
noinst_LIBRARIES = libbsp.a
startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
startup/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bsppretaskinghook.c \
../../shared/bsppredriverhook.c \
../../shared/bsplibc.c ../../shared/bsppost.c \
../../shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
../../shared/gnatinstallhandler.c
pclock_SOURCES = ../shared/clock/p_clock.c
console_SOURCES = ../../shared/console-polled.c
debugio_SOURCES = console/console-io.c console/consupp.S