source: rtems/c/src/lib/libbsp/mips/jmr3904/Makefile.am @ 6a39cd4

4.104.115
Last change on this file since 6a39cd4 was 6a39cd4, checked in by Joel Sherrill <joel.sherrill@…>, on 09/14/08 at 21:38:25

2008-09-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, startup/bspstart.c: Split out bsp_get_work_area() into its own file and use BSP Framework to perform more initialization.
  • startup/bspgetworkarea.c: New file.
  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[c8471315]1##
2## $Id$
3##
4
[fe8bc62f]5ACLOCAL_AMFLAGS = -I ../../../../aclocal
[c8471315]6
7# wrapup is the one that actually builds and installs the library
[75db8c22]8# from the individual .rel files built in other directories
[433d408]9SUBDIRS = . tools
[c8471315]10
[433d408]11include $(top_srcdir)/../../../../automake/compile.am
[c8471315]12include $(top_srcdir)/../../bsp.am
13
[2a7f9a28]14dist_project_lib_DATA = bsp_specs
15
16include_HEADERS = include/bsp.h
[3defec6]17include_HEADERS += include/tm27.h
[7c6c630]18
[2a7f9a28]19nodist_include_HEADERS = include/bspopts.h
[7c6c630]20DISTCLEANFILES = include/bspopts.h
21noinst_PROGRAMS =
[75db8c22]22
[433d408]23nodist_include_HEADERS += ../../shared/include/coverhd.h
24
25EXTRA_DIST = start/start.S start/regs.S
[7c6c630]26start.$(OBJEXT): start/start.S
[57357d9]27        $(CPPASCOMPILE) -o $@ -c $<
[7c6c630]28project_lib_DATA = start.$(OBJEXT)
[433d408]29
30dist_project_lib_DATA += startup/linkcmds
31
[1d0ee80e]32startup_SOURCES = startup/bspclean.c ../../shared/bsplibc.c \
[558bc25]33    ../../shared/bsppredriverhook.c ../../shared/bsppost.c \
[6a39cd4]34    ../../shared/bsppretaskinghook.c startup/bspgetworkarea.c \
[558bc25]35    startup/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
[433d408]36    ../../shared/gnatinstallhandler.c ../../shared/setvec.c
[1d0ee80e]37clock_SOURCES = clock/clockdrv.c
38console_SOURCES = ../../shared/console-polled.c console/console-io.c
39timer_SOURCES = timer/timer.c
[433d408]40
[7c6c630]41noinst_LIBRARIES = libbsp.a
[1d0ee80e]42libbsp_a_SOURCES = $(startup_SOURCES) $(clock_SOURCES) $(console_SOURCES) \
43    $(timer_SOURCES)
44
45libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
[0e4507b]46    ../../../libcpu/@RTEMS_CPU@/shared/interrupts.rel \
47    ../../../libcpu/@RTEMS_CPU@/tx39/vectorisrs.rel
[433d408]48
[a06faad]49include $(srcdir)/preinstall.am
[a4aeb92]50include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.