Changeset d4116e44 in rtems
- Timestamp:
- Dec 2, 2003, 5:07:40 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 77072181
- Parents:
- d212c116
- Location:
- c/src/lib/libcpu/mips
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/mips/ChangeLog
rd212c116 rd4116e44 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Remove all-local: $(ARCH). 4 * mongoosev/duart/Makefile.am: Remove all-local: $(ARCH). 5 * mongoosev/vectorisrs/Makefile.am: Remove all-local: $(ARCH). 6 * r46xx/vectorisrs/Makefile.am: Remove all-local: $(ARCH). 7 * shared/cache/Makefile.am: Remove all-local: $(ARCH). 8 * shared/interrupts/Makefile.am: Remove all-local: $(ARCH). 9 * timer/Makefile.am: Remove all-local: $(ARCH). 10 * tx39/vectorisrs/Makefile.am: Remove all-local: $(ARCH). 11 1 12 2003-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 13 -
c/src/lib/libcpu/mips/clock/Makefile.am
rd212c116 rd4116e44 24 24 $(make-rel) 25 25 26 all-local: $( ARCH) $(clock_rel_OBJECTS) $(PGM)26 all-local: $(clock_rel_OBJECTS) $(PGM) 27 27 28 28 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/mongoosev/duart/Makefile.am
rd212c116 rd4116e44 22 22 include_libchip_HEADERS = mg5uart.h 23 23 24 all-local: $( ARCH) $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM)24 all-local: $(PREINSTALL_FILES) $(mg5uart_rel_OBJECTS) $(PGM) 25 25 26 26 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am
rd212c116 rd4116e44 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)21 all-local: $(vectorisrs_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am
rd212c116 rd4116e44 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)21 all-local: $(vectorisrs_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/shared/cache/Makefile.am
rd212c116 rd4116e44 21 21 cp $< $@ 22 22 23 all-local: $( ARCH) $(PREINSTALL_FILES) $(OBJS)23 all-local: $(PREINSTALL_FILES) $(OBJS) 24 24 25 25 CLEANFILES = cache.h -
c/src/lib/libcpu/mips/shared/interrupts/Makefile.am
rd212c116 rd4116e44 32 32 $(make-rel) 33 33 34 all-local: $( ARCH) $(interrupts_rel_OBJECTS) $(PGM)34 all-local: $(interrupts_rel_OBJECTS) $(PGM) 35 35 36 36 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/timer/Makefile.am
rd212c116 rd4116e44 22 22 $(make-rel) 23 23 24 all-local: $( ARCH) $(timer_rel_OBJECTS) $(PGM)24 all-local: $(timer_rel_OBJECTS) $(PGM) 25 25 26 26 .PRECIOUS: $(PGM) -
c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am
rd212c116 rd4116e44 19 19 $(make-rel) 20 20 21 all-local: $( ARCH) $(vectorisrs_rel_OBJECTS) $(PGM)21 all-local: $(vectorisrs_rel_OBJECTS) $(PGM) 22 22 23 23 .PRECIOUS: $(PGM)
Note: See TracChangeset
for help on using the changeset viewer.