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

PR 1435/bsps
	* Makefile.am: Use shared implementation of bsp_idle_thread().
This commit is contained in:
Joel Sherrill
2009-09-10 01:17:52 +00:00
parent f52ba5837d
commit ab0f90b701
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-09-09 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1435/bsps
* Makefile.am: Use shared implementation of bsp_idle_thread().
2009-08-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to

View File

@@ -43,7 +43,7 @@ include_bsp_HEADERS += vectors/vectors.h
# startup
libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
../../shared/bsppredriverhook.c ../../shared/bsppost.c \
startup/bspidle.c startup/bspstart.c ../../shared/bootcard.c \
../shared/startup/bspidle.c startup/bspstart.c ../../shared/bootcard.c \
../../shared/sbrk.c ../../shared/gnatinstallhandler.c startup/cpuinit.c \
../../shared/bspgetworkarea.c ../../shared/bsppretaskinghook.c