Changeset 89608ea7 in rtems
- Timestamp:
- 01/20/04 03:03:00 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b04a2b3
- Parents:
- 1116601
- Location:
- c/src/lib/libbsp/m68k/gen68340
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r1116601 r89608ea7 1 2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * Makefile.am: Remove non-existing file "times" from EXTRA_DIST. 4 * README: Fix minor typo. 5 * wrapup/Makefile.am: Reflect changes to libcpu. 6 1 7 2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/lib/libbsp/m68k/gen68340/Makefile.am
r1116601 r89608ea7 18 18 include_HEADERS += include/m68340.inc 19 19 include_HEADERS += include/m68349.inc 20 21 EXTRA_DIST = times22 20 23 21 S_FILES = start/start.S -
c/src/lib/libbsp/m68k/gen68340/README
r1116601 r89608ea7 83 83 ------------------------------- 84 84 Single processor tests: Passed 85 Multi-processor ttests: not applicable85 Multi-processor tests: not applicable 86 86 -
c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
r1116601 r89608ea7 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 9 $(wildcard \ 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \ 11 $(wildcard \ 12 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 9 ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \ 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel 13 11 14 12 include $(top_srcdir)/../../../../automake/compile.am
Note: See TracChangeset
for help on using the changeset viewer.