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

4.115
Last change on this file since ae55da72 was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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