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:22:45 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:22:45 +0000
commitc9973bbc5425e879c4f64f401a08d386a4e5790b (patch)
tree9a64ea365b585c45c4a297809e697c760338e29d /c/src/exec/rtems/src/Makefile.in
parentSplit Signal Manager into one routine per file. (diff)
downloadrtems-c9973bbc5425e879c4f64f401a08d386a4e5790b.tar.bz2
Split Interrupt 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.in13
1 files changed, 8 insertions, 5 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index 25368bfdbe..824c4ef96b 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -24,6 +24,13 @@ TASK_PIECES=\
taskmode taskrestart taskresume tasksetnote tasksetpriority \
taskstart tasksuspend taskwakeafter taskwakewhen
+RATEMON_PIECES=\
+ ratemon ratemoncancel ratemoncreate ratemondelete ratemongetstatus \
+ ratemonident ratemonperiod ratemontimeout
+
+INTR_PIECES=\
+ intr intrbody intrcatch
+
CLOCK_PIECES=\
clock clockget clockset clocktick
@@ -46,10 +53,6 @@ EVENT_PIECES=\
SIGNAL_PIECES=\
signal signalcatch signalsend
-RATEMON_PIECES=\
- ratemon ratemoncancel ratemoncreate ratemondelete ratemongetstatus \
- ratemonident ratemonperiod ratemontimeout
-
REGION_PIECES=\
region regioncreate regiondelete regionextend regiongetsegment \
regiongetsegmentsize regionident regionreturnsegemnt regionreturnsegemnt
@@ -63,7 +66,7 @@ DPMEM_PIECES=\
C_PIECES=\
attr $(TASK_PIECES) $(RATEMON_PIECES) \
- intr intrbody \
+ $(INTR_PIECES) \
$(CLOCK_PIECES) $(TIMER_PIECES) \
$(SEMAPHORE_PIECES) $(MESSAGE_QUEUE_PIECES) \
$(EVENT_PIECES) $(SIGNAL_PIECES) \