forked from Imagelibrary/rtems
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:
@@ -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>
|
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||||
|
|||||||
@@ -18,8 +18,6 @@ include_HEADERS += include/m68340.h
|
|||||||
include_HEADERS += include/m68340.inc
|
include_HEADERS += include/m68340.inc
|
||||||
include_HEADERS += include/m68349.inc
|
include_HEADERS += include/m68349.inc
|
||||||
|
|
||||||
EXTRA_DIST = times
|
|
||||||
|
|
||||||
S_FILES = start/start.S
|
S_FILES = start/start.S
|
||||||
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
|
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
|
||||||
$(CCASCOMPILE) -DASM -o $@ -c $<
|
$(CCASCOMPILE) -DASM -o $@ -c $<
|
||||||
|
|||||||
@@ -82,5 +82,5 @@ Cygwin 32
|
|||||||
Verification (Standalone 68360)
|
Verification (Standalone 68360)
|
||||||
-------------------------------
|
-------------------------------
|
||||||
Single processor tests: Passed
|
Single processor tests: Passed
|
||||||
Multi-processort tests: not applicable
|
Multi-processor tests: not applicable
|
||||||
|
|
||||||
|
|||||||
@@ -6,10 +6,8 @@ BSP_PIECES = startup clock console timer
|
|||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
$(wildcard \
|
../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \
|
../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
|
||||||
$(wildcard \
|
|
||||||
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
|
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|||||||
Reference in New Issue
Block a user