Changeset da47e4a9 in rtems
- Timestamp:
- May 26, 1999, 2:00:48 PM (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- c239f715
- Parents:
- 10122b7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/score/tools/generic/size_rtems.in
r10122b7 rda47e4a9 105 105 106 106 #DIRLIST -- so greps for DIRLIST will find this file 107 CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/ ${ARCH}107 CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/wrap/${ARCH} 108 108 COREOBJ=c/src/exec/score/src/${ARCH} 109 109 RTEMSOBJ=c/src/exec/rtems/src/${ARCH} … … 111 111 OPTOBJ=c/src/exec/rtems/optman/${ARCH} 112 112 113 # XXX These have been split up 113 114 MANLIST=" \ 114 115 ${RTEMSOBJ}/clock.o \ … … 140 141 " 141 142 142 MPOBJLIST=${OPTOBJ}/no-m sg.rel143 MPOBJLIST=${OPTOBJ}/no-mp.rel 143 144 fi 144 145 … … 161 162 ${SAPIOBJ}/fatal.o \ 162 163 " 164 # XXX parts of these have been split up 163 165 CORELIST=" \ 164 166 ${COREOBJ}/apiext.o ${COREOBJ}/chain.o \ -
tools/cpu/generic/size_rtems.in
r10122b7 rda47e4a9 105 105 106 106 #DIRLIST -- so greps for DIRLIST will find this file 107 CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/ ${ARCH}107 CPUOBJ=c/src/exec/score/cpu/${rtems_cpu}/wrap/${ARCH} 108 108 COREOBJ=c/src/exec/score/src/${ARCH} 109 109 RTEMSOBJ=c/src/exec/rtems/src/${ARCH} … … 111 111 OPTOBJ=c/src/exec/rtems/optman/${ARCH} 112 112 113 # XXX These have been split up 113 114 MANLIST=" \ 114 115 ${RTEMSOBJ}/clock.o \ … … 140 141 " 141 142 142 MPOBJLIST=${OPTOBJ}/no-m sg.rel143 MPOBJLIST=${OPTOBJ}/no-mp.rel 143 144 fi 144 145 … … 161 162 ${SAPIOBJ}/fatal.o \ 162 163 " 164 # XXX parts of these have been split up 163 165 CORELIST=" \ 164 166 ${COREOBJ}/apiext.o ${COREOBJ}/chain.o \
Note: See TracChangeset
for help on using the changeset viewer.