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

4.115
Last change on this file since dafacfa7 was c838ca2d, checked in by Christian Mauderer <christian.mauderer@…>, on 03/29/12 at 08:58:10

bsp/mpc55xx: Add bsp_restart()

  • Property mode set to 100644
File size: 4.9 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 = startup/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
33
34noinst_LIBRARIES += libbsp.a
35libbsp_a_SOURCES =
36
37# Includes
38include_HEADERS = include/bsp.h
39include_HEADERS += ../../shared/include/tm27.h
40
41nodist_include_HEADERS = include/bspopts.h ../../shared/tod.h \
42    ../../shared/include/coverhd.h
43include_bsp_HEADERS =
44include_bsp_HEADERS += ../../../libcpu/powerpc/mpc83xx/i2c/mpc83xx_i2cdrv.h
45include_bsp_HEADERS += ../../shared/include/irq-generic.h
46include_bsp_HEADERS += ../../shared/include/irq-info.h
47include_bsp_HEADERS += ../../shared/include/stackalloc.h
48include_bsp_HEADERS += ../../shared/include/utility.h
49include_bsp_HEADERS += ../shared/include/linker-symbols.h
50include_bsp_HEADERS += ../shared/include/start.h
51include_bsp_HEADERS += ../shared/include/tictac.h
52include_bsp_HEADERS += include/mpc55xx-config.h
53include_bsp_HEADERS += include/mpc55xxevb.h
54include_bsp_HEADERS += include/smsc9218i.h
55include_bsp_HEADERS += include/console-esci.h
56include_bsp_HEADERS += include/console-generic.h
57include_bsp_HEADERS += include/console-linflex.h
58
59# startup
60libbsp_a_SOURCES += ../../shared/bootcard.c
61libbsp_a_SOURCES += ../../shared/bspclean.c
62libbsp_a_SOURCES += ../../shared/bsplibc.c
63libbsp_a_SOURCES += ../../shared/bsppost.c
64libbsp_a_SOURCES += ../../shared/bsppredriverhook.c
65libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
66libbsp_a_SOURCES += ../../shared/src/stackalloc.c
67libbsp_a_SOURCES += ../shared/src/bsp-start-zero.S
68libbsp_a_SOURCES += ../shared/src/memcpy.c
69libbsp_a_SOURCES += ../shared/src/tictac.c
70libbsp_a_SOURCES += ../shared/startup/bspidle.c
71libbsp_a_SOURCES += startup/bspstart.c
72libbsp_a_SOURCES += startup/exc-vector-base.S
73libbsp_a_SOURCES += startup/get-system-clock.c
74libbsp_a_SOURCES += startup/reset.c
75libbsp_a_SOURCES += startup/restart.c
76libbsp_a_SOURCES += startup/start-config-clock.c
77libbsp_a_SOURCES += startup/start-config-ebi-cs.c
78libbsp_a_SOURCES += startup/start-config-ebi-cs-cal.c
79libbsp_a_SOURCES += startup/start-config-mmu.c
80libbsp_a_SOURCES += startup/start-config-mmu-early.c
81libbsp_a_SOURCES += startup/start-config-siu-pcr.c
82libbsp_a_SOURCES += startup/start-early.c
83libbsp_a_SOURCES += startup/start-cache.S
84libbsp_a_SOURCES += startup/start-clock.c
85libbsp_a_SOURCES += startup/start-flash.S
86libbsp_a_SOURCES += startup/start-watchdog.c
87
88# clock
89libbsp_a_SOURCES += clock/clock-config.c
90
91# console
92libbsp_a_SOURCES += console/console-config.c
93libbsp_a_SOURCES += console/console-esci.c
94libbsp_a_SOURCES += console/console-generic.c
95libbsp_a_SOURCES += console/console-linflex.c
96
97# irq_generic
98libbsp_a_SOURCES += ../../shared/src/irq-default-handler.c
99libbsp_a_SOURCES += ../../shared/src/irq-generic.c
100libbsp_a_SOURCES += ../../shared/src/irq-info.c
101libbsp_a_SOURCES += ../../shared/src/irq-legacy.c
102libbsp_a_SOURCES += ../../shared/src/irq-server.c
103libbsp_a_SOURCES += ../../shared/src/irq-shell.c
104
105# Misc
106libbsp_a_SOURCES += startup/sd-card-init.c
107
108# I2C
109libbsp_a_SOURCES += i2c/i2c_init.c \
110    ../../../libcpu/powerpc/mpc83xx/i2c/mpc83xx_i2cdrv.c
111
112# Network
113if HAS_NETWORKING
114libbsp_a_SOURCES += network/smsc9218i.c
115libbsp_a_SOURCES += network/if_smc.c
116endif
117
118# BSP library
119
120libbsp_a_LIBADD = ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
121    ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
122    ../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
123    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/misc.rel \
124    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/irq.rel \
125    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/siu.rel \
126    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/edma.rel \
127    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/emios.rel \
128    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/dspi.rel \
129    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
130    ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
131    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel
132
133include $(srcdir)/preinstall.am
134include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.