forked from Imagelibrary/rtems
2010-08-26 Chris Johns <chrisj@rtems.org>
* Makefile.am: Add bspinit.c from the shared BSP files.
This commit is contained in:
@@ -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 *]).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 *]).
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 *]).
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user