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.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index c269f2c408..f65d4e7821 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -31,7 +31,13 @@ REGION_PIECES=\
region regioncreate regiondelete regionextend regiongetsegment \
regiongetsegmentsize regionident regionreturnsegemnt regionreturnsegemnt
-C_PIECES=attr $(CLOCK_PIECES) dpmem event intr intrbody msg \
+MESSAGE_QUEUE_PIECES=\
+ msg msgqallocate msgqbroadcast msgqcreate msgqdelete \
+ msgqflush msgqgetnumberpending msgqident msgqreceive \
+ msgqsend msgqsubmit msgqtranslatereturncode msgqurgent
+
+C_PIECES=attr $(CLOCK_PIECES) dpmem event intr intrbody \
+ $(MESSAGE_QUEUE_PIECES) \
part ratemon $(REGION_PIECES) sem signal \
$(TASK_PIECES) timer $(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)