source: rtems/spec/build/bsps/m68k/av5282/bspav5282.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: av5282
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: av5282
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/m68k/av5282/include/bsp.h
16  - bsps/m68k/av5282/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/m68k/av5282/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/m68k/av5282/start/linkcmds
23links:
24- role: build-dependency
25  uid: abi
26- role: build-dependency
27  uid: objnet
28- role: build-dependency
29  uid: start
30- role: build-dependency
31  uid: ../grp
32- role: build-dependency
33  uid: ../../obj
34- role: build-dependency
35  uid: ../../objirqdflt
36- role: build-dependency
37  uid: ../../opto2
38- role: build-dependency
39  uid: ../../bspopts
40source:
41- bsps/m68k/av5282/btimer/btimer.c
42- bsps/m68k/av5282/clock/clock.c
43- bsps/m68k/av5282/console/console.c
44- bsps/m68k/av5282/start/bspstart.c
45- bsps/m68k/av5282/start/init5282.c
46- bsps/m68k/shared/cache/cache-mcf5282.c
47- bsps/m68k/shared/m68kidle.c
48- bsps/m68k/shared/memProbe.c
49- bsps/shared/dev/getentropy/getentropy-cpucounter.c
50- bsps/shared/start/bspfatal-default.c
51- bsps/shared/start/bspgetworkarea-default.c
52- bsps/shared/start/bspreset-loop.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.