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

4.115
Last change on this file since 105ccdd5 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
RevLine 
[574fb67]1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2
3include $(top_srcdir)/../../../../automake/compile.am
4
[c06b3fa]5include_bspdir = $(includedir)/bsp
6
[abe3261]7dist_project_lib_DATA = bsp_specs
8
[c06b3fa]9nodist_include_bsp_HEADERS = ../../shared/include/bootcard.h
[574fb67]10DISTCLEANFILES = include/bspopts.h
11
[e483dc3]12noinst_PROGRAMS =
13
[81ec5044]14noinst_LIBRARIES = libbspstart.a
15libbspstart_a_SOURCES = startup/start.S
[574fb67]16project_lib_DATA = start.$(OBJEXT)
17
[81ec5044]18libbspstart_a_SOURCES += ../shared/start/rtems_crti.S
[574fb67]19project_lib_DATA += rtems_crti.$(OBJEXT)
20
21# Link commands
[dbb3211a]22project_lib_DATA += startup/linkcmds
[9e7758b]23dist_project_lib_DATA += ../shared/startup/linkcmds.base       
[d1018534]24dist_project_lib_DATA += startup/linkcmds.mpc55xx
[9e7758b]25dist_project_lib_DATA += startup/linkcmds.gwlcfm
26dist_project_lib_DATA += startup/linkcmds.mpc5566evb
[d922dab]27dist_project_lib_DATA += startup/linkcmds.mpc5566evb_spe
[9e7758b]28dist_project_lib_DATA += startup/linkcmds.mpc5674fevb
[d922dab]29dist_project_lib_DATA += startup/linkcmds.mpc5674fevb_spe
[a762dc2]30dist_project_lib_DATA += startup/linkcmds.xkt564levb
[9e7758b]31dist_project_lib_DATA += startup/linkcmds.phycore_mpc5554
[574fb67]32
[81ec5044]33noinst_LIBRARIES += libbsp.a
[64eb0c7]34libbsp_a_SOURCES =
[e94666d]35
[574fb67]36# Includes
37include_HEADERS = include/bsp.h
[9957dbf]38include_HEADERS += ../../shared/include/tm27.h
[574fb67]39
[c30b8de]40nodist_include_HEADERS = include/bspopts.h ../../shared/tod.h \
41    ../../shared/include/coverhd.h
[a762dc2]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
[05a20c1f]46include_bsp_HEADERS += ../../shared/include/stackalloc.h
[a762dc2]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
[574fb67]57
[64eb0c7]58# startup
[9e7758b]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
[05a20c1f]65libbsp_a_SOURCES += ../../shared/src/stackalloc.c
[9e7758b]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
[a762dc2]72libbsp_a_SOURCES += startup/get-system-clock.c
[d922dab]73libbsp_a_SOURCES += startup/reset.c
[a762dc2]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
[e483dc3]85
[64eb0c7]86# clock
[d374492]87libbsp_a_SOURCES += clock/clock-config.c
[e483dc3]88
[a762dc2]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
[64eb0c7]95# irq_generic
[0f31fddc]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
[e483dc3]102
[612ff40e]103# Misc
104libbsp_a_SOURCES += startup/sd-card-init.c
[574fb67]105
[dbb3211a]106# I2C
107libbsp_a_SOURCES += i2c/i2c_init.c \
108    ../../../libcpu/powerpc/mpc83xx/i2c/mpc83xx_i2cdrv.c
[2f5435a4]109
[574fb67]110# Network
111if HAS_NETWORKING
[9e7758b]112libbsp_a_SOURCES += network/smsc9218i.c
113libbsp_a_SOURCES += network/if_smc.c
[e483dc3]114endif
115
116# BSP library
117
[a4bacff4]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 \
[2f5435a4]123    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/siu.rel \
[a4bacff4]124    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/edma.rel \
[d374492]125    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/emios.rel \
[a4bacff4]126    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/dspi.rel \
127    ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
[2f5435a4]128    ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
129    ../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/timer.rel
[574fb67]130
131include $(srcdir)/preinstall.am
132include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.