source: rtems/c/src/lib/libbsp/powerpc/gen5200/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • Property mode set to 100644
File size: 5.3 KB
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../../../../aclocal
6
7include $(top_srcdir)/../../../../automake/compile.am
8
9include_bspdir = $(includedir)/bsp
10include_bestcommdir = $(include_bspdir)/bestcomm
11include_bestcomm_includedir = $(include_bestcommdir)/include
12include_bestcomm_include_mgt5200dir = $(include_bestcomm_includedir)/mgt5200
13include_bestcomm_task_apidir = $(include_bestcommdir)/task_api
14
15dist_project_lib_DATA = bsp_specs
16
17include_HEADERS = include/bsp.h include/i2cdrv.h \
18    include/i2c.h
19include_HEADERS += include/tm27.h
20
21nodist_include_HEADERS = include/bspopts.h
22DISTCLEANFILES = include/bspopts.h
23
24noinst_PROGRAMS =
25
26include_HEADERS += ../../shared/include/coverhd.h
27
28nodist_include_HEADERS += ../../shared/tod.h
29
30noinst_LIBRARIES = libbspstart.a
31libbspstart_a_SOURCES = start/start.S
32project_lib_DATA = start.$(OBJEXT)
33
34libbspstart_a_SOURCES += ../../powerpc/shared/start/rtems_crti.S
35project_lib_DATA += rtems_crti.$(OBJEXT)
36
37dist_project_lib_DATA += startup/linkcmds.base
38project_lib_DATA += startup/linkcmds
39EXTRA_DIST = startup/linkcmds.brs5l
40EXTRA_DIST += startup/linkcmds.icecube
41EXTRA_DIST += startup/linkcmds.pm520_cr825
42EXTRA_DIST += startup/linkcmds.pm520_ze30
43EXTRA_DIST += startup/linkcmds.dp2
44
45noinst_LIBRARIES += libbsp.a
46libbsp_a_SOURCES =
47
48# bestcomm
49libbsp_a_SOURCES += bestcomm/include/ppctypes.h \
50    bestcomm/include/mgt5200/mgt5200.h bestcomm/include/mgt5200/sdma.h \
51    bestcomm/bestcomm_api.c bestcomm/bestcomm_api.h bestcomm/bestcomm_glue.c \
52    bestcomm/bestcomm_glue.h bestcomm/dma_image.c bestcomm/dma_image.capi.h \
53    bestcomm/dma_image.h bestcomm/dma_image.reloc.c bestcomm/load_task.c \
54    bestcomm/tasksetup_ata.c bestcomm/tasksetup_bdtable.c \
55    bestcomm/tasksetup_crc16_dp_0.c bestcomm/tasksetup_crc16_dp_1.c \
56    bestcomm/tasksetup_fec_rx_bd.c bestcomm/tasksetup_fec_tx_bd.c \
57    bestcomm/tasksetup_gen_dp_0.c bestcomm/tasksetup_gen_dp_1.c \
58    bestcomm/tasksetup_gen_dp_2.c bestcomm/tasksetup_gen_dp_3.c \
59    bestcomm/tasksetup_gen_dp_bd_0.c bestcomm/tasksetup_gen_dp_bd_1.c \
60    bestcomm/tasksetup_gen_rx_bd.c bestcomm/tasksetup_gen_tx_bd.c \
61    bestcomm/tasksetup_lpc.c bestcomm/tasksetup_pci_rx.c \
62    bestcomm/tasksetup_pci_tx.c bestcomm/bestcomm_priv.h \
63    bestcomm/task_api/bestcomm_api_mem.h bestcomm/task_api/bestcomm_cntrl.h \
64    bestcomm/task_api/tasksetup_bdtable.h \
65    bestcomm/task_api/tasksetup_general.h
66include_bestcomm_HEADERS = bestcomm/bestcomm_priv.h \
67        bestcomm/dma_image.h \
68        bestcomm/dma_image.capi.h \
69        bestcomm/bestcomm_api.h \
70        bestcomm/bestcomm_glue.h
71include_bestcomm_include_HEADERS = bestcomm/include/ppctypes.h \
72        bestcomm/include/mgt5200/sdma.h \
73        bestcomm/include/mgt5200/mgt5200.h
74include_bestcomm_include_mgt5200_HEADERS = bestcomm/include/mgt5200/mgt5200.h \
75        bestcomm/include/mgt5200/sdma.h
76include_bestcomm_task_api_HEADERS = bestcomm/task_api/tasksetup_general.h \
77        bestcomm/task_api/tasksetup_bdtable.h \
78        bestcomm/task_api/bestcomm_cntrl.h \
79        bestcomm/task_api/bestcomm_api_mem.h
80
81# clock
82# clock
83libbsp_a_SOURCES += ../shared/clock/clock.c
84# console
85libbsp_a_SOURCES += console/console.c
86# i2c
87libbsp_a_SOURCES += i2c/i2c.c i2c/i2cdrv.c i2c/mpc5200mbus.c i2c/mpc5200mbus.h
88# ide
89libbsp_a_SOURCES += ide/idecfg.c ide/pcmcia_ide.c ide/pcmcia_ide.h
90
91include_bsp_HEADERS = ../../shared/include/irq-generic.h \
92        ../../shared/include/irq-info.h \
93        ../../shared/include/utility.h \
94        ../../shared/include/bootcard.h \
95        ../../shared/include/u-boot.h \
96        ../shared/include/u-boot-board-info.h \
97        include/irq.h \
98        include/i2cdrv.h \
99        include/i2c.h \
100        include/mpc5200.h \
101        include/mscan-base.h \
102        include/u-boot-config.h \
103        mscan/mscan.h
104
105# irq
106libbsp_a_SOURCES += include/irq.h \
107        irq/irq.c \
108        ../../shared/src/irq-generic.c \
109        ../../shared/src/irq-legacy.c \
110        ../../shared/src/irq-info.c \
111        ../../shared/src/irq-shell.c \
112        ../../shared/src/irq-server.c
113
114# mscan
115libbsp_a_SOURCES += mscan/mscan.c mscan/mscan-base.c mscan/mscan.h mscan/mscan_int.h
116
117include_bsp_HEADERS += nvram/nvram.h
118# nvram
119libbsp_a_SOURCES += nvram/nvram.c nvram/nvram.h nvram/m93cxx.h
120
121include_bsp_HEADERS += slicetimer/slicetimer.h
122# slicetimer
123libbsp_a_SOURCES += slicetimer/slicetimer.c slicetimer/slicetimer.h
124
125# tod
126libbsp_a_SOURCES += tod/todcfg.c tod/pcf8563.c tod/pcf8563.h \
127    ../../shared/tod.c
128
129# startup
130libbsp_a_SOURCES += ../../shared/bootcard.c \
131        ../../shared/bsplibc.c \
132        ../../shared/bsppost.c \
133        ../../shared/bsppretaskinghook.c \
134        ../../shared/bsppredriverhook.c \
135        ../../shared/gnatinstallhandler.c \
136        ../../shared/sbrk.c \
137        ../../shared/src/bsp-uboot-board-info.c \
138        ../shared/showbats.c \
139        ../shared/uboot_dump_bdinfo.c \
140        ../shared/uboot_getenv.c \
141        ../../shared/bspclean.c \
142        startup/bspreset.c \
143        ../../shared/bspgetworkarea.c \
144        ../shared/startup/bspidle.c \
145        ../shared/src/memcpy.c \
146        startup/bspstart.c \
147        startup/cpuinit.c  \
148        startup/uboot_support.c
149
150if HAS_NETWORKING
151libbsp_a_SOURCES += network_5200/network.c
152endif
153
154libbsp_a_LIBADD =  ../../../libcpu/@RTEMS_CPU@/shared/cpuIdent.rel \
155        ../../../libcpu/@RTEMS_CPU@/shared/cache.rel \
156        ../../../libcpu/@RTEMS_CPU@/shared/stack.rel \
157        ../../../libcpu/@RTEMS_CPU@/@exceptions@/rtems-cpu.rel \
158        ../../../libcpu/@RTEMS_CPU@/@exceptions@/exc_bspsupport.rel \
159        ../../../libcpu/@RTEMS_CPU@/mpc6xx/mmu.rel \
160        ../../../libcpu/@RTEMS_CPU@/mpc6xx/timer.rel
161
162include $(srcdir)/preinstall.am
163include $(top_srcdir)/../../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.