source: rtems/spec/build/bsps/bfin/eZKit533/bspezkit533.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: bfin
3bsp: eZKit533
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: eZKit533
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/bfin/eZKit533/include/bsp.h
16  - bsps/bfin/eZKit533/include/cplb.h
17  - bsps/bfin/eZKit533/include/tm27.h
18- destination: ${BSP_INCLUDEDIR}/bsp
19  source:
20  - bsps/bfin/eZKit533/include/bsp/irq.h
21- destination: ${BSP_LIBDIR}
22  source:
23  - bsps/bfin/eZKit533/start/linkcmds
24links:
25- role: build-dependency
26  uid: abi
27- role: build-dependency
28  uid: optconirq
29- role: build-dependency
30  uid: optskyeye
31- role: build-dependency
32  uid: ../grp
33- role: build-dependency
34  uid: ../obj
35- role: build-dependency
36  uid: ../start
37- role: build-dependency
38  uid: ../../obj
39- role: build-dependency
40  uid: ../../objirqdflt
41- role: build-dependency
42  uid: ../../opto2
43- role: build-dependency
44  uid: ../../bspopts
45source:
46- bsps/bfin/eZKit533/console/console-io.c
47- bsps/bfin/eZKit533/start/bspstart.c
48- bsps/bfin/shared/cache/cache.c
49- bsps/bfin/shared/interrupt.c
50- bsps/shared/dev/getentropy/getentropy-cpucounter.c
51- bsps/shared/start/bspfatal-default.c
52- bsps/shared/start/bspgetworkarea-default.c
53- bsps/shared/start/bspreset-empty.c
54- bsps/shared/start/sbrk.c
55- bsps/shared/start/setvec.c
56type: build
Note: See TracBrowser for help on using the repository browser.