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 115fe268fe..25368bfdbe 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -43,6 +43,9 @@ SEMAPHORE_PIECES=\
EVENT_PIECES=\
event eventreceive eventseize eventsend eventsurrender eventtimeout
+SIGNAL_PIECES=\
+ signal signalcatch signalsend
+
RATEMON_PIECES=\
ratemon ratemoncancel ratemoncreate ratemondelete ratemongetstatus \
ratemonident ratemonperiod ratemontimeout
@@ -63,7 +66,7 @@ C_PIECES=\
intr intrbody \
$(CLOCK_PIECES) $(TIMER_PIECES) \
$(SEMAPHORE_PIECES) $(MESSAGE_QUEUE_PIECES) \
- $(EVENT_PIECES) signal
+ $(EVENT_PIECES) $(SIGNAL_PIECES) \
$(PARTITION_PIECES) $(REGION_PIECES) $(DPMEM_PIECES) \
$(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)