summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/src/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:20:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:20:52 +0000
commit0123e3be53e07714c895c78c3145ca088356aa6d (patch)
treecac6a5949036723003508e1098dd0397f4e51c8d /c/src/exec/rtems/src/Makefile.in
parentDual-Ported Memory Manager split into one routine per file. (diff)
downloadrtems-0123e3be53e07714c895c78c3145ca088356aa6d.tar.bz2
Split Signal Manager into one routine per file.
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)