2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>

* Makefile.am: Switch to ../../shared/bspstart.c
This commit is contained in:
Joel Sherrill
2009-11-23 20:08:25 +00:00
parent 90505853a8
commit f1860440e0
2 changed files with 8 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2009-11-23 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am: Switch to ../../shared/bspstart.c
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/erc32.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -36,10 +36,10 @@ libbsp_a_SOURCES =
# startup
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../sparc/shared/bspgetworkarea.c \
../../shared/bsppost.c ../../sparc/shared/bspstart.c \
../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
startup/spurious.c startup/erc32mec.c startup/boardinit.S \
startup/bspidle.c
../../sparc/shared/bsppretaskinghook.c ../../shared/bsppost.c \
../../shared/bspstart.c ../../shared/bootcard.c \
../../shared/sbrk.c startup/setvec.c startup/spurious.c \
startup/erc32mec.c startup/boardinit.S startup/bspidle.c
# gnatsupp
libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
# console