summaryrefslogtreecommitdiffstats
path: root/tools/cpu
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 14:00:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-05-26 14:00:48 +0000
commitda47e4a9302ea25586a2ae6bc37271dfc71d2bd3 (patch)
tree71193e229c893baadfb7d110a8fddd9d5b20b715 /tools/cpu
parentInitial revision (diff)
downloadrtems-da47e4a9302ea25586a2ae6bc37271dfc71d2bd3.tar.bz2
Initiated updating this to reflect split up.
Diffstat (limited to '')
-rw-r--r--tools/cpu/generic/size_rtems.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/cpu/generic/size_rtems.in b/tools/cpu/generic/size_rtems.in
index d4f80870cd..41281e69e8 100644
--- a/tools/cpu/generic/size_rtems.in
+++ b/tools/cpu/generic/size_rtems.in
@@ -104,12 +104,13 @@ if [ ! -d ${board} ] ; then
fi
#DIRLIST -- so greps for DIRLIST will find this file
-CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/${ARCH}
+CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/wrap/${ARCH}
COREOBJ=c/src/exec/score/src/${ARCH}
RTEMSOBJ=c/src/exec/rtems/src/${ARCH}
SAPIOBJ=c/src/exec/sapi/src/${ARCH}
OPTOBJ=c/src/exec/rtems/optman/${ARCH}
+# XXX These have been split up
MANLIST=" \
${RTEMSOBJ}/clock.o \
${RTEMSOBJ}/dpmem.o \
@@ -139,7 +140,7 @@ if [ -r ${RTEMSOBJ}/mp.o ] ; then
${RTEMSOBJ}/signalmp.o ${RTEMSOBJ}/taskmp.o ${COREOBJ}/threadmp.o \
"
- MPOBJLIST=${OPTOBJ}/no-msg.rel
+ MPOBJLIST=${OPTOBJ}/no-mp.rel
fi
OPTMANLIST="\
@@ -160,6 +161,7 @@ ${RTEMSOBJ}/tasks.o \
${RTEMSOBJ}/intr.o \
${SAPIOBJ}/fatal.o \
"
+# XXX parts of these have been split up
CORELIST=" \
${COREOBJ}/apiext.o ${COREOBJ}/chain.o \
${COREOBJ}/coremsg.o ${COREOBJ}/coremutex.o ${COREOBJ}/coresem.o \