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:03:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:03:07 +0000
commit5f9b3db545887fd328d006e33f1dca295584bc6f (patch)
tree59757f3f5ba22cca792f054ca09f9fbfdd697cc6 /c/src/exec/rtems/src/Makefile.in
parentSplit the Semaphore Manager into one routine per file. (diff)
downloadrtems-5f9b3db545887fd328d006e33f1dca295584bc6f.tar.bz2
Split Rate Monotonic 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.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/c/src/exec/rtems/src/Makefile.in b/c/src/exec/rtems/src/Makefile.in
index b16c849ecc..79057f5e47 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -40,9 +40,13 @@ SEMAPHORE_PIECES=\
sem semcreate semdelete semident semobtain semrelease \
semtranslatereturncode
+RATEMON_PIECES=\
+ ratemon ratemoncancel ratemoncreate ratemondelete ratemongetstatus \
+ ratemonident ratemonperiod ratemontimeout
+
C_PIECES=attr $(CLOCK_PIECES) dpmem event intr intrbody \
$(MESSAGE_QUEUE_PIECES) \
- part ratemon $(REGION_PIECES) $(SEMAPHORE_PIECES) signal \
+ part $(RATEMON_PIECES) $(REGION_PIECES) $(SEMAPHORE_PIECES) signal \
$(TASK_PIECES) timer $(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)