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

5
Last change on this file since ec32100 was ec32100, checked in by Sebastian Huber <sebastian.huber@…>, on 01/02/18 at 06:37:44

bsps: Use CPPASCOMPILE for startfile

Update #3254.

  • Property mode set to 100644
File size: 6.0 KB
Line 
1ACLOCAL_AMFLAGS = -I ../../../../aclocal
2EXTRA_DIST =
3
4include $(top_srcdir)/../../../../automake/compile.am
5include $(top_srcdir)/../../bsp.am
6
7include_bspdir = $(includedir)/bsp
8include_bestcommdir = $(include_bspdir)/bestcomm
9include_bestcomm_includedir = $(include_bestcommdir)/include
10include_bestcomm_include_mgt5200dir = $(include_bestcomm_includedir)/mgt5200
11include_bestcomm_task_apidir = $(include_bestcommdir)/task_api
12
13dist_project_lib_DATA = bsp_specs
14
15include_HEADERS = include/bsp.h include/i2cdrv.h \
16    include/i2c.h
17include_HEADERS += include/tm27.h
18
19nodist_include_HEADERS = include/bspopts.h
20DISTCLEANFILES = include/bspopts.h
21
22noinst_PROGRAMS =
23
24
25EXTRA_DIST += start/start.S
26start.$(OBJEXT): start/start.S
27        $(CPPASCOMPILE) -o $@ -c $<
28project_lib_DATA = start.$(OBJEXT)
29
30EXTRA_DIST += ../../powerpc/shared/start/rtems_crti.S
31rtems_crti.$(OBJEXT): ../../powerpc/shared/start/rtems_crti.S
32        $(CPPASCOMPILE) -o $@ -c $<
33project_lib_DATA += rtems_crti.$(OBJEXT)
34
35dist_project_lib_DATA += startup/linkcmds.base
36project_lib_DATA += startup/linkcmds
37EXTRA_DIST += startup/linkcmds.brs5l
38EXTRA_DIST += startup/linkcmds.brs6l
39EXTRA_DIST += startup/linkcmds.icecube
40EXTRA_DIST += startup/linkcmds.pm520_cr825
41EXTRA_DIST += startup/linkcmds.pm520_ze30
42EXTRA_DIST += startup/linkcmds.dp2
43
44noinst_LIBRARIES = libbsp.a
45libbsp_a_SOURCES =
46
47# bestcomm
48libbsp_a_SOURCES += bestcomm/include/ppctypes.h \
49    bestcomm/include/mgt5200/mgt5200.h bestcomm/include/mgt5200/sdma.h \
50    bestcomm/bestcomm_api.c bestcomm/bestcomm_api.h bestcomm/bestcomm_glue.c \
51    bestcomm/bestcomm_glue.h bestcomm/dma_image.c bestcomm/dma_image.capi.h \
52    bestcomm/dma_image.h bestcomm/dma_image.reloc.c bestcomm/load_task.c \
53    bestcomm/tasksetup_ata.c bestcomm/tasksetup_bdtable.c \
54    bestcomm/tasksetup_crc16_dp_0.c bestcomm/tasksetup_crc16_dp_1.c \
55    bestcomm/tasksetup_fec_rx_bd.c bestcomm/tasksetup_fec_tx_bd.c \
56    bestcomm/tasksetup_gen_dp_0.c bestcomm/tasksetup_gen_dp_1.c \
57    bestcomm/tasksetup_gen_dp_2.c bestcomm/tasksetup_gen_dp_3.c \
58    bestcomm/tasksetup_gen_dp_bd_0.c bestcomm/tasksetup_gen_dp_bd_1.c \
59    bestcomm/tasksetup_gen_rx_bd.c bestcomm/tasksetup_gen_tx_bd.c \
60    bestcomm/tasksetup_lpc.c bestcomm/tasksetup_pci_rx.c \
61    bestcomm/tasksetup_pci_tx.c bestcomm/bestcomm_priv.h \
62    bestcomm/task_api/bestcomm_api_mem.h bestcomm/task_api/bestcomm_cntrl.h \
63    bestcomm/task_api/tasksetup_bdtable.h \
64    bestcomm/task_api/tasksetup_general.h
65include_bestcomm_HEADERS = bestcomm/bestcomm_priv.h \
66        bestcomm/dma_image.h \
67        bestcomm/dma_image.capi.h \
68        bestcomm/bestcomm_api.h \
69        bestcomm/bestcomm_glue.h
70include_bestcomm_include_HEADERS = bestcomm/include/ppctypes.h
71include_bestcomm_include_mgt5200_HEADERS = bestcomm/include/mgt5200/mgt5200.h \
72        bestcomm/include/mgt5200/sdma.h
73include_bestcomm_task_api_HEADERS = bestcomm/task_api/tasksetup_general.h \
74        bestcomm/task_api/tasksetup_bdtable.h \
75        bestcomm/task_api/bestcomm_cntrl.h \
76        bestcomm/task_api/bestcomm_api_mem.h
77
78# clock
79# clock
80libbsp_a_SOURCES += ../shared/clock/clock.c
81# console
82libbsp_a_SOURCES += console/console.c
83# i2c
84libbsp_a_SOURCES += i2c/i2c.c i2c/i2cdrv.c i2c/mpc5200mbus.c i2c/mpc5200mbus.h
85# ide
86libbsp_a_SOURCES += ide/idecfg.c ide/pcmcia_ide.c ide/pcmcia_ide.h
87libbsp_a_SOURCES += ide/ata.c
88libbsp_a_SOURCES += ide/ata-instance.c
89libbsp_a_SOURCES += ide/ata-dma-pio-single.c
90
91include_bsp_HEADERS =
92include_bsp_HEADERS += ../../shared/include/bootcard.h
93include_bsp_HEADERS += ../../shared/include/irq-generic.h
94include_bsp_HEADERS += ../../shared/include/irq-info.h
95include_bsp_HEADERS += ../../shared/include/u-boot.h
96include_bsp_HEADERS += ../../shared/include/utility.h
97include_bsp_HEADERS += ../shared/include/u-boot-board-info.h
98include_bsp_HEADERS += include/ata.h
99include_bsp_HEADERS += include/bestcomm.h
100include_bsp_HEADERS += include/bestcomm_ops.h
101include_bsp_HEADERS += include/i2cdrv.h
102include_bsp_HEADERS += include/i2c.h
103include_bsp_HEADERS += include/irq.h
104include_bsp_HEADERS += include/mpc5200.h
105include_bsp_HEADERS += include/mscan-base.h
106include_bsp_HEADERS += include/u-boot-config.h
107include_bsp_HEADERS += mscan/mscan.h
108
109# irq
110libbsp_a_SOURCES += include/irq.h \
111        irq/irq.c \
112        ../../shared/src/irq-generic.c \
113        ../../shared/src/irq-legacy.c \
114        ../../shared/src/irq-info.c \
115        ../../shared/src/irq-shell.c \
116        ../../shared/src/irq-server.c
117
118# mscan
119libbsp_a_SOURCES += mscan/mscan.c mscan/mscan-base.c mscan/mscan.h mscan/mscan_int.h
120
121include_bsp_HEADERS += nvram/nvram.h
122# nvram
123libbsp_a_SOURCES += nvram/nvram.c nvram/nvram.h nvram/m93cxx.h
124
125include_bsp_HEADERS += slicetimer/slicetimer.h
126# slicetimer
127libbsp_a_SOURCES += slicetimer/slicetimer.c slicetimer/slicetimer.h
128
129# tod
130libbsp_a_SOURCES += tod/todcfg.c tod/pcf8563.c tod/pcf8563.h \
131    ../../shared/tod.c
132
133# startup
134libbsp_a_SOURCES += ../../shared/bootcard.c
135libbsp_a_SOURCES += ../../shared/getentropy-cpucounter.c
136libbsp_a_SOURCES += ../../shared/bspclean.c
137libbsp_a_SOURCES += ../../shared/bspgetworkarea.c
138libbsp_a_SOURCES += ../../shared/bsppredriverhook.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.