source: rtems/spec/build/bsps/m68k/mcf5235/bspmcf5235.yml @ f3f0370f

Last change on this file since f3f0370f was f3f0370f, checked in by Sebastian Huber <sebastian.huber@…>, on 07/19/19 at 11:09:43

build: Alternative build system based on waf

Update #3818.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: m68k
3bsp: mcf5235
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: mcf5235
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/m68k/mcf5235/include/bsp.h
16  - bsps/m68k/mcf5235/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/m68k/mcf5235/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/m68k/mcf5235/start/linkcmds
23  - bsps/m68k/mcf5235/start/linkcmds
24  - bsps/m68k/mcf5235/start/linkcmdsflash
25  - bsps/m68k/mcf5235/start/linkcmdsram
26links:
27- role: build-dependency
28  uid: ../grp
29- role: build-dependency
30  uid: abi
31- role: build-dependency
32  uid: objnet
33- role: build-dependency
34  uid: start
35- role: build-dependency
36  uid: ../../obj
37- role: build-dependency
38  uid: ../../objirqdflt
39- role: build-dependency
40  uid: ../../opto2
41- role: build-dependency
42  uid: ../../bspopts
43source:
44- bsps/m68k/mcf5235/btimer/btimer.c
45- bsps/m68k/mcf5235/clock/clock.c
46- bsps/m68k/mcf5235/console/console.c
47- bsps/m68k/mcf5235/start/bspgetcpuclockspeed.c
48- bsps/m68k/mcf5235/start/bspstart.c
49- bsps/m68k/mcf5235/start/copyvectors.c
50- bsps/m68k/mcf5235/start/init5235.c
51- bsps/m68k/shared/cache/cache-mcf5235.c
52- bsps/m68k/shared/m68kidle.c
53- bsps/m68k/shared/memProbe.c
54- bsps/shared/dev/getentropy/getentropy-cpucounter.c
55- bsps/shared/start/bspfatal-default.c
56- bsps/shared/start/bspgetworkarea-default.c
57- bsps/shared/start/bspreset-loop.c
58- bsps/shared/start/sbrk.c
59- bsps/shared/start/setvec.c
60type: build
Note: See TracBrowser for help on using the repository browser.