source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/wrapup/Makefile.am @ c880dc8

4.104.114.84.95
Last change on this file since c880dc8 was c880dc8, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/20/04 at 03:03:32

2004-01-20 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 826 bytes
RevLine 
[f79ea0b]1##
[194e3d78]2## $Id$
[f79ea0b]3##
[194e3d78]4
5BSP_PIECES = startup console i2c tod nvram
6
7# bummer; have to use $foreach since % pattern subst rules only replace 1x
[54a1f5dd]8OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
[c880dc8]9    ../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
10    ../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel \
11    ../../../../libcpu/m68k/mcf5206/clock$(LIB_VARIANT).rel \
12    ../../../../libcpu/m68k/mcf5206/console$(LIB_VARIANT).rel \
13    ../../../../libcpu/m68k/mcf5206/timer$(LIB_VARIANT).rel \
14    ../../../../libcpu/m68k/mcf5206/mbus$(LIB_VARIANT).rel
[194e3d78]15
[7670ca8]16include $(top_srcdir)/../../../../automake/compile.am
17include $(top_srcdir)/../../../../automake/lib.am
[194e3d78]18
[6411947]19$(ARCH)/libbsp.a: $(OBJS)
[194e3d78]20        $(make-library)
21
[6411947]22noinst_DATA = $(ARCH)/libbsp.a
[194e3d78]23
[7670ca8]24include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.