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.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index 79057f5e47..b77ce9d8ef 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -40,11 +40,14 @@ SEMAPHORE_PIECES=\
sem semcreate semdelete semident semobtain semrelease \
semtranslatereturncode
+EVENT_PIECES=\
+ event eventreceive eventseize eventsend eventsurrender eventtimeout
+
RATEMON_PIECES=\
ratemon ratemoncancel ratemoncreate ratemondelete ratemongetstatus \
ratemonident ratemonperiod ratemontimeout
-C_PIECES=attr $(CLOCK_PIECES) dpmem event intr intrbody \
+C_PIECES=attr $(CLOCK_PIECES) dpmem $(EVENT_PIECES) intr intrbody \
$(MESSAGE_QUEUE_PIECES) \
part $(RATEMON_PIECES) $(REGION_PIECES) $(SEMAPHORE_PIECES) signal \
$(TASK_PIECES) timer $(MP_PIECES)