Changeset 38666dd8 in rtems
- Timestamp:
- 12/02/03 05:39:37 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7416017
- Parents:
- 5b62726f
- Location:
- c/src/lib/libbsp/arm/vegaplus
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r5b62726f r38666dd8 1 2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * clock/Makefile.am: Remove all-local: $(ARCH). 4 * console/Makefile.am: Remove all-local: $(ARCH). 5 * irq/Makefile.am: Remove all-local: $(ARCH). 6 * startup/Makefile.am: Remove all-local: $(ARCH). 7 * timer/Makefile.am: Remove all-local: $(ARCH). 8 * wrapup/Makefile.am: Remove all-local: $(ARCH). 9 1 10 2003-09-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 11 -
c/src/lib/libbsp/arm/vegaplus/clock/Makefile.am
r5b62726f r38666dd8 23 23 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 24 24 25 all-local: $( ARCH) $(OBJS) $(PGM)25 all-local: $(OBJS) $(PGM) 26 26 27 27 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/arm/vegaplus/console/Makefile.am
r5b62726f r38666dd8 27 27 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 28 28 29 all-local: $( ARCH) $(OBJS) $(PGM)29 all-local: $(OBJS) $(PGM) 30 30 31 31 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/arm/vegaplus/irq/Makefile.am
r5b62726f r38666dd8 40 40 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 41 41 42 all-local: $( ARCH) $(OBJS) $(PGM)42 all-local: $(OBJS) $(PGM) 43 43 44 44 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/arm/vegaplus/startup/Makefile.am
r5b62726f r38666dd8 32 32 TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/linkcmds 33 33 34 all-local: $( ARCH) $(OBJS) $(PGM) $(TMPINSTALL_FILES)34 all-local: $(OBJS) $(PGM) $(TMPINSTALL_FILES) 35 35 36 36 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/arm/vegaplus/timer/Makefile.am
r5b62726f r38666dd8 25 25 # the .rel file built here will be put into libbsp.a by ../wrapup/Makefile 26 26 27 all-local: $( ARCH) $(OBJS) $(PGM)27 all-local: $(OBJS) $(PGM) 28 28 29 29 .PRECIOUS: $(PGM) -
c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
r5b62726f r38666dd8 22 22 $(make-library) 23 23 24 all-local: $ {ARCH} $(LIB)24 all-local: $(LIB) 25 25 26 26 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.