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