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

* score/Makefile.am: Re-add file accidentally deleted by Sebastian.
This commit is contained in:
Joel Sherrill
2009-09-25 18:30:11 +00:00
parent 8e2cd0ce59
commit 081c475fe3
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: Re-add file accidentally deleted by Sebastian.
2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/thread.inl: Restore the BSP context -- do

View File

@@ -196,7 +196,7 @@ libscore_a_SOURCES += src/watchdog.c src/watchdogadjust.c \
src/watchdogtickle.c src/watchdogreport.c src/watchdogreportchain.c
## USEREXT_C_FILES
libscore_a_SOURCES += src/userextaddset.c \
libscore_a_SOURCES += src/userextaddset.c src/userextaddapiset.c \
src/userext.c src/userextremoveset.c src/userextthreadbegin.c \
src/userextthreadcreate.c src/userextthreaddelete.c \
src/userextthreadrestart.c src/userextthreadstart.c \