forked from Imagelibrary/rtems
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|||||||
@@ -8,13 +8,12 @@ NETWORKING_DRIVER = erc32sonic
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
||||||
# pieces to pick up out of libcpu/sparc
|
|
||||||
CPU_PIECES = cache reg_win syscall
|
|
||||||
|
|
||||||
# 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)) \
|
||||||
$(foreach piece, $(CPU_PIECES), \
|
../../../../libcpu/sparc/cache$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
|
../../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \
|
||||||
|
../../../../libcpu/sparc/syscall$(LIB_VARIANT).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
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2004-01-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* 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.
|
||||||
|
|||||||
@@ -8,13 +8,13 @@ NETWORKING_DRIVER = leon_open_eth
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
BSP_PIECES = startup console clock timer gnatsupp $(NETWORKING_DRIVER)
|
||||||
# pieces to pick up out of libcpu/sparc
|
|
||||||
CPU_PIECES = cache reg_win syscall
|
|
||||||
|
|
||||||
# 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)) \
|
||||||
$(foreach piece, $(CPU_PIECES), \
|
../../../../libcpu/sparc/cache$(LIB_VARIANT).rel \
|
||||||
../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
|
../../../../libcpu/sparc/reg_win$(LIB_VARIANT).rel \
|
||||||
|
../../../../libcpu/sparc/syscall$(LIB_VARIANT).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