source: rtems/c/src/lib/libbsp/or32/orp/wrapup/Makefile.am @ 41d2d1fe

4.104.114.84.95
Last change on this file since 41d2d1fe was a24d946, checked in by Joel Sherrill <joel.sherrill@…>, on 08/06/02 at 13:57:03

2002-08-06 Chris Ziomkowski <chris@…>

  • .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console.c, console/console.h, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, timer/timerisr.c, wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog?: New files added as part of merge from OpenCores? repository.
  • Property mode set to 100644
File size: 727 bytes
Line 
1##
2## $Id$
3##
4
5BSP_FILES = startup clock console timer
6
7include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
8include $(top_srcdir)/../../../../../../automake/compile.am
9include $(top_srcdir)/../../../../../../automake/lib.am
10
11# bummer; have to use $foreach since % pattern subst rules only replace 1x
12OBJS = $(foreach piece, $(BSP_FILES), $(wildcard ../$(piece)/$(ARCH)/*.o)) \
13    $(wildcard ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.o) \
14    $(foreach piece, $(GENERIC_FILES), ../../../$(piece)/$(ARCH)/$(piece).rel)
15
16LIB = $(ARCH)/libbsp.a
17
18#
19# (OPTIONAL) Add local stuff here using +=
20#
21
22$(LIB): ${OBJS}
23        $(make-library)
24
25all-local: ${ARCH} $(LIB)
26
27include $(top_srcdir)/../../../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.