source: rtems/c/src/lib/libbsp/nios2/nios2_iss/Makefile.am @ d785ce4a

4.104.115
Last change on this file since d785ce4a was d785ce4a, checked in by Joel Sherrill <joel.sherrill@…>, on 03/26/09 at 11:18:03

2009-03-26 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, console/console.c, startup/linkcmds: Now links but clearly the starting stack overlaps regular memory and needs to be moved.
  • Property mode set to 100644
File size: 1.5 KB
RevLine 
[783669fc]1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
9dist_project_lib_DATA = bsp_specs
10
[f0f8e4de]11include_bspdir = $(includedir)/bsp
12
[783669fc]13include_HEADERS = include/bsp.h
[9957dbf]14include_HEADERS += ../../shared/include/tm27.h
[783669fc]15
16nodist_include_HEADERS = include/bspopts.h
[f0f8e4de]17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[783669fc]18DISTCLEANFILES = include/bspopts.h
19
[4e4dc3a]20include_HEADERS += ../../shared/include/coverhd.h
[783669fc]21
[51c6675]22EXTRA_DIST = times
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/crtnn.s
25libbspstart_a_SOURCES += start/start.S
[783669fc]26project_lib_DATA = start.$(OBJEXT) crtnn.$(OBJEXT)
27
28dist_project_lib_DATA += startup/linkcmds
29
[51c6675]30noinst_LIBRARIES += libbsp.a
[64eb0c7]31libbsp_a_SOURCES =
[e94666d]32
[64eb0c7]33# startup
34libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
[b6cf80fb]35    ../../shared/bspreset_loop.c ../../shared/bsppost.c startup/bspstart.c \
[2d41fc5]36    ../../shared/bsppretaskinghook.c ../../shared/bspgetworkarea.c \
[783669fc]37    ../../shared/bootcard.c ../../shared/sbrk.c startup/setvec.c \
[d785ce4a]38    ../../shared/gnatinstallhandler.c ../../shared/bsppredriverhook.c
[64eb0c7]39# clock
[adf81e9]40libbsp_a_SOURCES += clock/clock.c ../../../shared/clockdrv_shell.h
[64eb0c7]41# console
[b96bd98]42libbsp_a_SOURCES += console/console.c ../../shared/console-polled.c
[64eb0c7]43# timer
44libbsp_a_SOURCES += timer/timer.c
[f0f8e4de]45if HAS_MP
[64eb0c7]46# shmsupp
47libbsp_a_SOURCES += shmsupp/addrconv.c shmsupp/getcfg.c shmsupp/lock.c \
[1d0ee80e]48    shmsupp/mpisr.c
[f0f8e4de]49endif
[783669fc]50
[b7180c8b]51include $(srcdir)/preinstall.am
[783669fc]52include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.