source: rtems/spec/build/bsps/v850/gdbv850sim/obj.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.1 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: objects
3cflags: []
4copyrights:
5- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
6cppflags: []
7cxxflags: []
8enabled-by: true
9includes: []
10install:
11- destination: ${BSP_INCLUDEDIR}
12  source:
13  - bsps/v850/gdbv850sim/include/bsp.h
14  - bsps/v850/gdbv850sim/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/v850/gdbv850sim/include/bsp/irq.h
18  - bsps/v850/gdbv850sim/include/bsp/syscall.h
19- destination: ${BSP_LIBDIR}
20  source:
21  - bsps/v850/gdbv850sim/start/linkcmds
22links: []
23source:
24- bsps/shared/cache/nocache.c
25- bsps/shared/dev/btimer/btimer-stub.c
26- bsps/shared/dev/clock/clock-simidle.c
27- bsps/shared/dev/getentropy/getentropy-cpucounter.c
28- bsps/shared/dev/serial/console-polled.c
29- bsps/shared/start/bspfatal-default.c
30- bsps/shared/start/bspgetworkarea-default.c
31- bsps/shared/start/bspstart-empty.c
32- bsps/shared/start/sbrk.c
33- bsps/v850/gdbv850sim/console/console-io.c
34- bsps/v850/gdbv850sim/start/bspreset.c
35- bsps/v850/gdbv850sim/start/trap.S
36- bsps/v850/shared/start/crt1.c
37type: build
Note: See TracBrowser for help on using the repository browser.