source: rtems/c/src/lib/libbsp/arm/lpc32xx/Makefile.am @ f3ce8f41

5
Last change on this file since f3ce8f41 was f3ce8f41, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 07:00:02

bsps: Include bsp.am in all BSP Makefile.am

Update #3254.

  • Property mode set to 100644
File size: 5.8 KB
Line 
1##
2#
3# @file
4#
5# @brief Makefile of LibBSP for the LPC32XX boards.
6#
7
8ACLOCAL_AMFLAGS = -I ../../../../aclocal
9
10include $(top_srcdir)/../../../../automake/compile.am
11include $(top_srcdir)/../../bsp.am
12
13include_bspdir = $(includedir)/bsp
14
15dist_project_lib_DATA = bsp_specs
16
17###############################################################################
18#                  Header                                                     #
19###############################################################################
20
21include_HEADERS = include/bsp.h
22include_HEADERS += include/tm27.h
23
24nodist_include_HEADERS = include/bspopts.h
25
26nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
27
28include_bsp_HEADERS =
29include_bsp_HEADERS += ../../shared/include/utility.h
30include_bsp_HEADERS += ../../shared/include/irq-generic.h
31include_bsp_HEADERS += ../../shared/include/irq-info.h
32include_bsp_HEADERS += ../../shared/include/stackalloc.h
33include_bsp_HEADERS += ../../shared/include/uart-output-char.h
34include_bsp_HEADERS += ../shared/include/start.h
35include_bsp_HEADERS += ../shared/include/arm-cp15-start.h
36include_bsp_HEADERS += ../shared/include/arm-errata.h
37include_bsp_HEADERS += ../shared/lpc/include/lpc-timer.h
38include_bsp_HEADERS += ../shared/lpc/include/lpc-dma.h
39include_bsp_HEADERS += ../shared/lpc/include/lpc-i2s.h
40include_bsp_HEADERS += ../shared/lpc/include/lpc-emc.h
41include_bsp_HEADERS += ../shared/lpc/include/lpc-lcd.h
42include_bsp_HEADERS += ../shared/include/arm-release-id.h
43include_bsp_HEADERS += include/irq.h
44include_bsp_HEADERS += include/mmu.h
45include_bsp_HEADERS += include/lpc32xx.h
46include_bsp_HEADERS += include/lpc-clock-config.h
47include_bsp_HEADERS += include/lpc-ethernet-config.h
48include_bsp_HEADERS += include/nand-mlc.h
49include_bsp_HEADERS += include/boot.h
50include_bsp_HEADERS += include/hsu.h
51include_bsp_HEADERS += include/i2c.h
52include_bsp_HEADERS += include/emc.h
53
54###############################################################################
55#                  Data                                                       #
56###############################################################################
57
58noinst_LIBRARIES = libbspstart.a
59
60libbspstart_a_SOURCES = ../shared/start/start.S
61
62project_lib_DATA = start.$(OBJEXT)
63
64project_lib_DATA += startup/linkcmds
65project_lib_DATA += startup/linkcmds.lpc32xx
66
67EXTRA_DIST = startup/linkcmds.lpc32xx_phycore \
68        startup/linkcmds.lpc32xx_mzx_stage_1 \
69        startup/linkcmds.lpc32xx_mzx_stage_2 \
70        startup/linkcmds.lpc32xx_mzx
71
72###############################################################################
73#                  LibBSP                                                     #
74###############################################################################
75
76noinst_LIBRARIES += libbsp.a
77
78libbsp_a_SOURCES =
79libbsp_a_CPPFLAGS =
80libbsp_a_LIBADD =
81
82# Shared
83libbsp_a_SOURCES += ../../shared/bootcard.c
84libbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
85libbsp_a_SOURCES += ../../shared/bspclean.c
86libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
87libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
88libbsp_a_SOURCES += ../../shared/cpucounterdiff.c
89libbsp_a_SOURCES += ../../shared/gnatinstallhandler.c
90libbsp_a_SOURCES += ../../shared/sbrk.c
91libbsp_a_SOURCES += ../../shared/src/stackalloc.c
92libbsp_a_SOURCES += ../../shared/src/uart-output-char.c
93libbsp_a_SOURCES += ../shared/startup/bsp-start-memcpy.S
94libbsp_a_SOURCES += ../shared/arm-cp15-set-ttb-entries.c
95
96# Startup
97libbsp_a_SOURCES += startup/bspreset.c
98libbsp_a_SOURCES += startup/bspstart.c
99
100# IRQ
101libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
102libbsp_a_SOURCES += ../../shared/src/irq-generic.c
103libbsp_a_SOURCES += ../../shared/src/irq-info.c
104libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
105libbsp_a_SOURCES += ../../shared/src/irq-server.c
106libbsp_a_SOURCES += ../../shared/src/irq-shell.c
107libbsp_a_SOURCES += irq/irq.c
108
109# Console
110libbsp_a_SOURCES += ../../shared/console-termios-init.c
111libbsp_a_SOURCES += ../../shared/console-termios.c
112libbsp_a_SOURCES += console/console-config.c
113libbsp_a_SOURCES += console/hsu.c
114
115# Clock
116libbsp_a_SOURCES += ../shared/lpc/clock/lpc-clock-config.c
117libbsp_a_SOURCES += ../../shared/clockdrv_shell.h
118
119# RTC
120libbsp_a_SOURCES += ../../shared/tod.c \
121        rtc/rtc-config.c
122
123# Misc
124libbsp_a_SOURCES += misc/boot.c
125libbsp_a_SOURCES += misc/emc.c
126libbsp_a_SOURCES += misc/i2c.c
127libbsp_a_SOURCES += misc/nand-mlc.c
128libbsp_a_SOURCES += misc/nand-mlc-erase-block-safe.c
129libbsp_a_SOURCES += misc/nand-mlc-read-blocks.c
130libbsp_a_SOURCES += misc/nand-mlc-write-blocks.c
131libbsp_a_SOURCES += misc/restart.c
132libbsp_a_SOURCES += misc/system-clocks.c
133libbsp_a_SOURCES += misc/timer.c
134libbsp_a_SOURCES += misc/nand-select.c
135libbsp_a_SOURCES += misc/idle-thread.c
136
137# SSP
138
139# I2C
140
141# Cache
142libbsp_a_SOURCES += ../../../libcpu/shared/src/cache_manager.c
143libbsp_a_SOURCES += ../shared/include/arm-cache-l1.h
144libbsp_a_SOURCES += ../shared/armv467ar-basic-cache/cache_.h
145libbsp_a_CPPFLAGS += -I$(srcdir)/../shared/armv467ar-basic-cache
146
147
148# Start hooks
149libbsp_a_SOURCES += startup/bspstarthooks.c
150
151###############################################################################
152#                  Network                                                    #
153###############################################################################
154
155if HAS_NETWORKING
156
157noinst_PROGRAMS = network.rel
158
159network_rel_SOURCES = ../shared/lpc/network/lpc-ethernet.c
160network_rel_CPPFLAGS = $(AM_CPPFLAGS) -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ -D__BSD_VISIBLE
161network_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
162
163libbsp_a_LIBADD += network.rel
164
165endif
166
167###############################################################################
168#                  Special Rules                                              #
169###############################################################################
170
171DISTCLEANFILES = include/bspopts.h
172
173include $(srcdir)/preinstall.am
174include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.