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

4.115
Last change on this file since bdd6082 was bdd6082, checked in by Sebastian Huber <sebastian.huber@…>, on 09/18/14 at 09:07:41

bsps: Fix build error

Fix build error introduced in f535fe5311978af53635c2da8e5cb10ef9d78802.

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