source: rtems/spec/build/bsps/m68k/csb360/bspcsb360.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.4 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: m68k
3bsp: csb360
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: csb360
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/m68k/csb360/include/bsp.h
16  - bsps/m68k/csb360/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/m68k/csb360/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/m68k/csb360/start/linkcmds
23links:
24- role: build-dependency
25  uid: abi
26- role: build-dependency
27  uid: start
28- role: build-dependency
29  uid: ../grp
30- role: build-dependency
31  uid: ../../obj
32- role: build-dependency
33  uid: ../../objirqdflt
34- role: build-dependency
35  uid: ../../opto2
36- role: build-dependency
37  uid: ../../bspopts
38source:
39- bsps/m68k/csb360/console/console-io.c
40- bsps/m68k/csb360/dev/ckinit.c
41- bsps/m68k/csb360/dev/timer.c
42- bsps/m68k/csb360/dev/timerisr.S
43- bsps/m68k/csb360/start/idle-mcf5272.c
44- bsps/m68k/csb360/start/init5272.c
45- bsps/m68k/shared/memProbe.c
46- bsps/shared/cache/nocache.c
47- bsps/shared/dev/getentropy/getentropy-cpucounter.c
48- bsps/shared/dev/serial/console-polled.c
49- bsps/shared/start/bspfatal-default.c
50- bsps/shared/start/bspgetworkarea-default.c
51- bsps/shared/start/bspreset-empty.c
52- bsps/shared/start/bspstart-empty.c
53- bsps/shared/start/sbrk.c
54- bsps/shared/start/setvec.c
55type: build
Note: See TracBrowser for help on using the repository browser.