Changeset 25f419e in rtems
- Timestamp:
- Dec 9, 2002, 7:31:54 AM (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 0c819966
- Parents:
- f117cafc
- Location:
- cpukit
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/configure.ac
rf117cafc r25f419e 149 149 rtems/Makefile 150 150 sapi/Makefile 151 sapi/src/Makefile152 sapi/include/Makefile153 151 sapi/include/rtems/sptables.h 154 sapi/inline/Makefile155 sapi/macros/Makefile156 152 score/Makefile 157 153 score/cpu/Makefile -
cpukit/wrapup/Makefile.am
rf117cafc r25f419e 13 13 endif 14 14 CORE_OBJS = ../score/src/$(ARCH)/libscore.a 15 SAPI_OBJS = ../sapi/ src/$(ARCH)/libsapi.a15 SAPI_OBJS = ../sapi/$(ARCH)/libsapi.a 16 16 RTEMS_OBJS = ../rtems/$(ARCH)/librtems.a 17 17
Note: See TracChangeset
for help on using the changeset viewer.