source: rtems/c/src/lib/libbsp/arm/lm3s69xx/Makefile.am @ fb0584f

4.115
Last change on this file since fb0584f was fb0584f, checked in by Sebastian Huber <sebastian.huber@…>, on 05/03/13 at 08:39:26

bsps/arm: Move implementation to inline functions

  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[e263c16]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
5include_bspdir = $(includedir)/bsp
6
[b2ee4d5f]7###############################################################################
8#                  Data                                                       #
9###############################################################################
10
[e263c16]11dist_project_lib_DATA = bsp_specs
12
[b2ee4d5f]13noinst_LIBRARIES = libbspstart.a
14
15libbspstart_a_SOURCES = ../shared/start/start.S
16
17project_lib_DATA =
18project_lib_DATA += start.$(OBJEXT)
19project_lib_DATA += startup/linkcmds
20
[f22bba3]21EXTRA_DIST = startup/linkcmds.lm3s6965 startup/linkcmds.lm3s6965_qemu startup/linkcmds.lm3s3749
[b2ee4d5f]22
[e263c16]23###############################################################################
24#                  Header                                                     #
25###############################################################################
26
[b2ee4d5f]27include_HEADERS =
28include_HEADERS += ../../shared/include/tm27.h
29include_HEADERS += include/bsp.h
[e263c16]30
[b2ee4d5f]31nodist_include_HEADERS =
32nodist_include_HEADERS += ../../shared/include/coverhd.h
33nodist_include_HEADERS += include/bspopts.h
[e263c16]34
[b2ee4d5f]35nodist_include_bsp_HEADERS =
36nodist_include_bsp_HEADERS += ../../shared/include/bootcard.h
[e263c16]37
38include_bsp_HEADERS =
39include_bsp_HEADERS += ../../shared/include/utility.h
40include_bsp_HEADERS += ../../shared/include/irq-generic.h
41include_bsp_HEADERS += ../../shared/include/irq-info.h
42include_bsp_HEADERS += ../../shared/include/stackalloc.h
43include_bsp_HEADERS += ../../shared/tod.h
44include_bsp_HEADERS += ../shared/include/start.h
[bd0fb473]45include_bsp_HEADERS += ../shared/armv7m/include/armv7m-irq.h
[e263c16]46include_bsp_HEADERS += include/irq.h
47include_bsp_HEADERS += include/uart.h
[f22bba3]48include_bsp_HEADERS += include/io.h
49include_bsp_HEADERS += include/syscon.h
50include_bsp_HEADERS += include/ssi.h
[e263c16]51include_bsp_HEADERS += include/lm3s69xx.h
52
53###############################################################################
54#                  LibBSP                                                     #
55###############################################################################
56
57noinst_LIBRARIES += libbsp.a
58
59libbsp_a_SOURCES =
60libbsp_a_CPPFLAGS =
61libbsp_a_LIBADD =
62
63# Shared
[b2ee4d5f]64libbsp_a_SOURCES += ../../shared/bootcard.c
65libbsp_a_SOURCES += ../../shared/bspclean.c
66libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
67libbsp_a_SOURCES += ../../shared/bsplibc.c
68libbsp_a_SOURCES += ../../shared/bsppost.c
69libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
70libbsp_a_SOURCES += ../../shared/bsppretaskinghook.c
71libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
72libbsp_a_SOURCES += ../../shared/sbrk.c
73libbsp_a_SOURCES += ../../shared/src/stackalloc.c
[e263c16]74
75# Startup
[1ed238e]76libbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
77libbsp_a_SOURCES += startup/bspstart.c
78libbsp_a_SOURCES += startup/bspstarthook.c
79libbsp_a_SOURCES += startup/bspreset.c
[f22bba3]80libbsp_a_SOURCES += startup/io.c
81libbsp_a_SOURCES += startup/syscon.c
[e263c16]82
83# IRQ
[0f31fddc]84libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
[b2ee4d5f]85libbsp_a_SOURCES += ../../shared/src/irq-generic.c
86libbsp_a_SOURCES += ../../shared/src/irq-info.c
[0f31fddc]87libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
[b2ee4d5f]88libbsp_a_SOURCES += ../../shared/src/irq-server.c
[0f31fddc]89libbsp_a_SOURCES += ../../shared/src/irq-shell.c
[bd0fb473]90libbsp_a_SOURCES += ../shared/armv7m/irq/armv7m-irq.c
91libbsp_a_SOURCES += ../shared/armv7m/irq/armv7m-irq-dispatch.c
[e263c16]92
93# Console
[47f56094]94libbsp_a_SOURCES += ../../shared/console.c
95libbsp_a_SOURCES += ../../shared/console_control.c
96libbsp_a_SOURCES += ../../shared/console_read.c
97libbsp_a_SOURCES += ../../shared/console_select.c
98libbsp_a_SOURCES += ../../shared/console_write.c
99libbsp_a_SOURCES += console/console-config.c
100libbsp_a_SOURCES += console/uart.c
[e263c16]101
102# Clock
[34c61517]103libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
104libbsp_a_SOURCES += ../shared/armv7m/clock/armv7m-clock-config.c
[e263c16]105
106# Timer
[954393ca]107libbsp_a_SOURCES += ../../shared/timerstub.c
[e263c16]108
109# Cache
[b2ee4d5f]110libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
111libbsp_a_SOURCES += ../../../libcpu/arm/shared/cache/cache_.h
[e263c16]112libbsp_a_CPPFLAGS += -I$(srcdir)/../../../libcpu/arm/shared/include
113
[f22bba3]114# SSI
115libbsp_a_SOURCES += ssi/ssi.c
116
[e263c16]117###############################################################################
118#                  Special Rules                                              #
119###############################################################################
120
121DISTCLEANFILES = include/bspopts.h
122
123include $(srcdir)/preinstall.am
124include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.