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:18:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-17 23:18:20 +0000
commit1dc030fe0566d327c0c0f9ab0c4bfae89a961c9d (patch)
treefc90ce2202679fca6318c756547a9adf22c14199 /c/src/exec/rtems/src/Makefile.in
parentSplit Partition Manager into one routine per file. (diff)
downloadrtems-1dc030fe0566d327c0c0f9ab0c4bfae89a961c9d.tar.bz2
Dual-Ported Memory Manager split 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 0ae8d4faac..115fe268fe 100644
--- a/c/src/exec/rtems/src/Makefile.in
+++ b/c/src/exec/rtems/src/Makefile.in
@@ -54,13 +54,17 @@ REGION_PIECES=\
PARTITION_PIECES=\
part partcreate partdelete partgetbuffer partident partreturnbuffer
+DPMEM_PIECES=\
+ dpmem dpmemcreate dpmemdelete dpmemexternal2internal \
+ dpmemident dpmeminternal2external
+
C_PIECES=\
attr $(TASK_PIECES) $(RATEMON_PIECES) \
intr intrbody \
$(CLOCK_PIECES) $(TIMER_PIECES) \
$(SEMAPHORE_PIECES) $(MESSAGE_QUEUE_PIECES) \
$(EVENT_PIECES) signal
- $(PARTITION_PIECES) $(REGION_PIECES) dpmem \
+ $(PARTITION_PIECES) $(REGION_PIECES) $(DPMEM_PIECES) \
$(MP_PIECES)
C_FILES=$(C_PIECES:%=%.c)
C_O_FILES=$(C_PIECES:%=${ARCH}/%.o)