source: rtems/spec/build/bsps/sh/gensh1/bspgensh1.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.8 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: sh
3bsp: gensh1
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: gensh1
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/sh/gensh1/include/bsp.h
16  - bsps/sh/gensh1/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/sh/gensh1/include/bsp/irq.h
20- destination: ${BSP_INCLUDEDIR}/rtems/score
21  source:
22  - bsps/sh/gensh1/include/rtems/score/iosh7032.h
23  - bsps/sh/gensh1/include/rtems/score/ispsh7032.h
24- destination: ${BSP_INCLUDEDIR}/sh
25  source:
26  - bsps/sh/gensh1/include/sh/sci.h
27  - bsps/sh/gensh1/include/sh/sh7_pfc.h
28  - bsps/sh/gensh1/include/sh/sh7_sci.h
29- destination: ${BSP_LIBDIR}
30  source:
31  - bsps/sh/gensh1/start/linkcmds
32links:
33- role: build-dependency
34  uid: ../../obj
35- role: build-dependency
36  uid: ../../objirqdflt
37- role: build-dependency
38  uid: ../../opto2
39- role: build-dependency
40  uid: abi
41- role: build-dependency
42  uid: optcpuclk
43- role: build-dependency
44  uid: optlowinit
45- role: build-dependency
46  uid: start
47- role: build-dependency
48  uid: tstgensh1
49- role: build-dependency
50  uid: ../../bspopts
51source:
52- bsps/sh/gensh1/btimer/btimer.c
53- bsps/sh/gensh1/clock/ckinit.c
54- bsps/sh/gensh1/clock/delay.c
55- bsps/sh/gensh1/console/sci.c
56- bsps/sh/gensh1/console/scitab.c
57- bsps/sh/gensh1/start/cpu_asm.c
58- bsps/sh/gensh1/start/ispsh7032.c
59- bsps/sh/shared/console/console.c
60- bsps/sh/shared/start/bsphwinit.c
61- bsps/sh/shared/start/bspstart.c
62- bsps/shared/cache/nocache.c
63- bsps/shared/dev/getentropy/getentropy-cpucounter.c
64- bsps/shared/dev/serial/printk-dummy.c
65- bsps/shared/start/bspfatal-default.c
66- bsps/shared/start/bspgetworkarea-default.c
67- bsps/shared/start/bspreset-loop.c
68- bsps/shared/start/sbrk.c
69type: build
Note: See TracBrowser for help on using the repository browser.