source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/Makefile.am @ 28fb9059

5
Last change on this file since 28fb9059 was 28fb9059, checked in by Sebastian Huber <sebastian.huber@…>, on 12/07/17 at 06:15:23

bsps/powerpc: Fix mpc83xx_i2cdrv.h location

Update #3254.

  • Property mode set to 100644
File size: 5.1 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
9nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
10DISTCLEANFILES = include/bspopts.h
11
12noinst_PROGRAMS =
13
14noinst_LIBRARIES = libbspstart.a
15libbspstart_a_SOURCES = start/start.S
16project_lib_DATA = start.$(OBJEXT)
17
18libbspstart_a_SOURCES += ../shared/start/rtems_crti.S
19project_lib_DATA += rtems_crti.$(OBJEXT)
20
21# Link commands
22project_lib_DATA += startup/linkcmds
23dist_project_lib_DATA += ../shared/startup/linkcmds.base       
24dist_project_lib_DATA += startup/linkcmds.mpc55xx
25dist_project_lib_DATA += startup/linkcmds.gwlcfm
26dist_project_lib_DATA += startup/linkcmds.mpc5566evb
27dist_project_lib_DATA += startup/linkcmds.mpc5566evb_spe
28dist_project_lib_DATA += startup/linkcmds.mpc5643l_evb
29dist_project_lib_DATA += startup/linkcmds.mpc5643l_dpu
30dist_project_lib_DATA += startup/linkcmds.mpc5674fevb
31dist_project_lib_DATA += startup/linkcmds.mpc5674fevb_spe
32dist_project_lib_DATA += startup/linkcmds.phycore_mpc5554
33dist_project_lib_DATA += startup/linkcmds.mpc5668g
34dist_project_lib_DATA += startup/linkcmds.mpc5674f_ecu508
35dist_project_lib_DATA += startup/linkcmds.mpc5674f_ecu508_boot
36dist_project_lib_DATA += startup/linkcmds.mpc5674f_ecu508_app
37dist_project_lib_DATA += startup/linkcmds.mpc5674f_rsm6
38dist_project_lib_DATA += startup/linkcmds.mpc5674f_rsm6_base
39
40noinst_LIBRARIES += libbsp.a
41libbsp_a_SOURCES =
42
43# Includes
44include_HEADERS = include/bsp.h
45include_HEADERS += include/tm27.h
46
47nodist_include_HEADERS = include/bspopts.h
48include_bsp_HEADERS =
49include_bsp_HEADERS += ../../shared/include/irq-generic.h
50include_bsp_HEADERS += ../../shared/include/irq-info.h
51include_bsp_HEADERS += ../../shared/include/stackalloc.h
52include_bsp_HEADERS += ../../shared/include/utility.h
53include_bsp_HEADERS += ../shared/include/linker-symbols.h
54include_bsp_HEADERS += ../shared/include/start.h
55include_bsp_HEADERS += ../shared/include/tictac.h
56include_bsp_HEADERS += include/mpc55xx-config.h
57include_bsp_HEADERS += include/smsc9218i.h
58include_bsp_HEADERS += include/console-esci.h
59include_bsp_HEADERS += include/console-generic.h
60include_bsp_HEADERS += include/console-linflex.h
61
62# startup
63libbsp_a_SOURCES += ../../shared/bootcard.c
64libbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
65libbsp_a_SOURCES += ../../shared/bspclean.c
66libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
67libbsp_a_SOURCES += ../../shared/src/stackalloc.c
68libbsp_a_SOURCES += ../shared/src/bsp-start-zero.S
69libbsp_a_SOURCES += ../shared/src/memcpy.c
70libbsp_a_SOURCES += ../shared/src/tictac.c
71libbsp_a_SOURCES += ../shared/src/ppc-exc-handler-table.c
72libbsp_a_SOURCES += startup/bspstart.c
73libbsp_a_SOURCES += startup/bspgetworkarea.c
74libbsp_a_SOURCES += startup/exc-vector-base.S
75libbsp_a_SOURCES += startup/get-system-clock.c
76libbsp_a_SOURCES += startup/bspreset.c
77libbsp_a_SOURCES += startup/restart.c
78libbsp_a_SOURCES += startup/idle-thread.c
79libbsp_a_SOURCES += startup/start-config-clock.c
80libbsp_a_SOURCES += startup/start-config-ebi.c
81libbsp_a_SOURCES += startup/start-config-ebi-cs.c
82libbsp_a_SOURCES += startup/start-config-ebi-cs-cal.c
83libbsp_a_SOURCES += startup/start-config-mmu.c
84libbsp_a_SOURCES += startup/start-config-mmu-early.c
85libbsp_a_SOURCES += startup/start-config-siu-pcr.c
86libbsp_a_SOURCES += startup/start-prologue.c
87libbsp_a_SOURCES += startup/start-early.c
88libbsp_a_SOURCES += startup/start-cache.S
89libbsp_a_SOURCES += startup/start-clock.c
90libbsp_a_SOURCES += startup/start-flash.S
91libbsp_a_SOURCES += startup/start-watchdog.c
92
93# clock
94libbsp_a_SOURCES += clock/clock-config.c
95
96# console
97libbsp_a_SOURCES += console/console-config.c
98libbsp_a_SOURCES += console/console-esci.c
99libbsp_a_SOURCES += console/console-generic.c
100libbsp_a_SOURCES += console/console-linflex.c
101
102# irq_generic
103libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
104libbsp_a_SOURCES += ../../shared/src/irq-generic.c
105libbsp_a_SOURCES += ../../shared/src/irq-info.c
106libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
107libbsp_a_SOURCES += ../../shared/src/irq-server.c
108libbsp_a_SOURCES += ../../shared/src/irq-shell.c
109
110# Misc
111libbsp_a_SOURCES += startup/sd-card-init.c
112
113# I2C
114libbsp_a_SOURCES += i2c/i2c_init.c \
115    ../../../libcpu/powerpc/mpc83xx/i2c/mpc83xx_i2cdrv.c
116
117# Network
118if HAS_NETWORKING
119libbsp_a_SOURCES += network/smsc9218i.c
120libbsp_a_SOURCES += network/if_smc.c
121endif
122
123# BSP library
124
125libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
126    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
127    ../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
128    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/misc.rel \
129    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/irq.rel \
130    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/siu.rel \
131    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/edma.rel \
132    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/emios.rel \
133    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/dspi.rel \
134    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
135    ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
136    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel
137
138include $(srcdir)/preinstall.am
139include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.