Changeset 2cd1ba5 in rtems
- Timestamp:
- 12/03/03 16:02:16 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b5dbe9e
- Parents:
- d497b74
- Location:
- c/src/lib/libbsp/powerpc/mpc8260ads
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
rd497b74 r2cd1ba5 1 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * startup/Makefile.am: Remove S_FILES (Unused). 4 * vectors/Makefile.am: Cosmetics. 5 * wrapup/Makefile.am: Cosmetics. 6 1 7 2003-12-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/powerpc/mpc8260ads/startup/Makefile.am
rd497b74 r2cd1ba5 11 11 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) 12 12 13 S_FILES = 14 S_O_FILES = $(S_FILES:%.s=$(ARCH)/%.$(OBJEXT)) 15 16 OBJS = $(C_O_FILES) $(S_O_FILES) 13 OBJS = $(C_O_FILES) 17 14 18 15 include $(top_srcdir)/../../../../automake/compile.am -
c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am
rd497b74 r2cd1ba5 7 7 8 8 include_bspdir = $(includedir)/bsp 9 include_bsp_HEADERS = vectors.h 9 include_bsp_HEADERS = vectors.h 10 10 11 11 S_FILES = vectors.S -
c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am
rd497b74 r2cd1ba5 18 18 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \ 19 19 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 20 ../../../../libcpu/$(RTEMS_CPU)/mpc8260/*/$(ARCH)/*.$(OBJEXT)) 20 ../../../../libcpu/$(RTEMS_CPU)/mpc8260/*/$(ARCH)/*.$(OBJEXT)) 21 21 LIB = $(ARCH)/libbsp.a 22 22
Note: See TracChangeset
for help on using the changeset viewer.