summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/rtems/src/Makefile.in')
-rw-r--r--c/src/exec/rtems/src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index f65d4e7821..b16c849ecc 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -36,9 +36,13 @@ MESSAGE_QUEUE_PIECES=\
msgqflush msgqgetnumberpending msgqident msgqreceive \
msgqsend msgqsubmit msgqtranslatereturncode msgqurgent
+SEMAPHORE_PIECES=\
+ sem semcreate semdelete semident semobtain semrelease \
+ semtranslatereturncode
+
C_PIECES=attr $(CLOCK_PIECES) dpmem event intr intrbody \
$(MESSAGE_QUEUE_PIECES) \
- part ratemon $(REGION_PIECES) sem signal \
+ part ratemon $(REGION_PIECES) $(SEMAPHORE_PIECES) signal \
$(TASK_PIECES) timer $(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)