2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
	* README: Fix minor typo.
	* wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
Ralf Corsepius
2004-01-20 03:03:00 +00:00
parent 111660131d
commit 89608ea720
4 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,9 @@
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
* README: Fix minor typo.
* wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.

View File

@@ -18,8 +18,6 @@ include_HEADERS += include/m68340.h
include_HEADERS += include/m68340.inc
include_HEADERS += include/m68349.inc
EXTRA_DIST = times
S_FILES = start/start.S
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
$(CCASCOMPILE) -DASM -o $@ -c $<

View File

@@ -82,5 +82,5 @@ Cygwin 32
Verification (Standalone 68360)
-------------------------------
Single processor tests: Passed
Multi-processort tests: not applicable
Multi-processor tests: not applicable

View File

@@ -6,10 +6,8 @@ BSP_PIECES = startup clock console timer
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(wildcard \
../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \
$(wildcard \
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am