summaryrefslogtreecommitdiffstats
path: root/cpukit/score/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-02 14:06:38 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-19 12:00:47 +0200
commitd12b3135232ae3a70a8af66917dc7986fdd309e8 (patch)
tree2f72a0c281a4b338e3d40642a219efa8deca9c0f /cpukit/score/Makefile.am
parentscore: Inline _CORE_semaphore_Flush() (diff)
downloadrtems-d12b3135232ae3a70a8af66917dc7986fdd309e8.tar.bz2
score: Inline _CORE_semaphore_Surrender()
Diffstat (limited to 'cpukit/score/Makefile.am')
-rw-r--r--cpukit/score/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/Makefile.am b/cpukit/score/Makefile.am
index 58673bb188..cede673bb6 100644
--- a/cpukit/score/Makefile.am
+++ b/cpukit/score/Makefile.am
@@ -177,8 +177,7 @@ libscore_a_SOURCES += src/corerwlock.c src/corerwlockobtainread.c \
endif
## CORE_SEMAPHORE_C_FILES
-libscore_a_SOURCES += src/coresem.c \
- src/coresemsurrender.c
+libscore_a_SOURCES += src/coresem.c
## CORE_SPINLOCK_C_FILES
if HAS_PTHREADS