source: rtems/c/src/lib/libbsp/moxie/moxiesim/Makefile.am @ 2858939a

5
Last change on this file since 2858939a was 2858939a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/09/15 at 11:03:49

bsps: Delete superfluous bsp_pretasking_hook()

Use the bsp_predriver_hook() instead.

Update #2408.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1##
2## $Id: Makefile.am,v 1.36 2008/10/02 21:39:40 joel Exp $
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
9include_bspdir = $(includedir)/bsp
10
11dist_project_lib_DATA = bsp_specs
12
13include_HEADERS = include/bsp.h
14include_HEADERS += ../../shared/include/tm27.h
15
16nodist_include_HEADERS = include/bspopts.h
17nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
18nodist_include_bsp_HEADERS += ../../shared/include/console-polled.h
19DISTCLEANFILES = include/bspopts.h
20
21nodist_include_HEADERS += ../../shared/include/coverhd.h
22
23noinst_LIBRARIES = libbspstart.a
24libbspstart_a_SOURCES = start/start.S
25project_lib_DATA = start.$(OBJEXT)
26
27dist_project_lib_DATA += startup/linkcmds
28
29noinst_LIBRARIES += libbsp.a
30libbsp_a_SOURCES =
31
32# startup
33libbsp_a_SOURCES += ../../shared/bspclean.c ../../shared/bsplibc.c \
34    ../../shared/bsppredriverhook.c \
35    ../../shared/bspgetworkarea.c ../../shared/bsppost.c \
36    ../../shared/bspstart.c ../../shared/bootcard.c ../../shared/sbrk.c \
37    ../../shared/gnatinstallhandler.c
38# clock
39libbsp_a_SOURCES += ../../shared/clock_driver_simidle.c
40# console
41libbsp_a_SOURCES += ../../shared/console-polled.c console/console-io.c \
42   console/syscalls.S
43# timer
44libbsp_a_SOURCES += ../../shared/timerstub.c
45
46# Cache
47libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
48libbsp_a_SOURCES += ../../shared/include/cache_.h
49libbsp_a_CPPFLAGS = -I$(srcdir)/../../shared/include
50
51EXTRA_DIST = times
52
53include $(srcdir)/preinstall.am
54include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.