2010-08-26 Chris Johns <chrisj@rtems.org>

* Makefile.am: Add bspinit.c from the shared BSP files.
This commit is contained in:
Chris Johns
2010-08-26 06:07:10 +00:00
parent 74b4509447
commit 37ae92ae11
6 changed files with 17 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2010-08-26 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

View File

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

View File

@@ -1,3 +1,7 @@
2010-08-26 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

View File

@@ -58,7 +58,8 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bsppredriverhook.c \
startup/bspstart.c ../../sparc/shared/bsppretaskinghook.c \
../../sparc/shared/bspgetworkarea.c ../../shared/bootcard.c \
../../shared/sbrk.c startup/setvec.c startup/spurious.c startup/bspidle.c
../../shared/sbrk.c startup/setvec.c startup/spurious.c startup/bspidle.c \
../../shared/bspinit.c
# gnatsupp
libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
# console

View File

@@ -1,3 +1,7 @@
2010-08-26 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
2010-06-29 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Remove AC_CHECK_SIZEOF([void *]).

View File

@@ -41,7 +41,8 @@ libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppost.c ../../shared/bootcard.c startup/bspstart.c \
../../sparc/shared/bsppretaskinghook.c ../../shared/bsppredriverhook.c \
../../sparc/shared/bspgetworkarea.c ../../shared/sbrk.c startup/setvec.c \
startup/spurious.c startup/bspidle.S
startup/spurious.c startup/bspidle.S \
../../shared/bspinit.c
# gnatsupp
libbsp_a_SOURCES += gnatsupp/gnatsupp.c ../../sparc/shared/gnatcommon.c
# amba