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