source: rtems/spec/build/bsps/riscv/riscv/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.2 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/riscv/riscv/include/bsp.h
14  - bsps/riscv/riscv/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/riscv/riscv/include/bsp/fe310-uart.h
18  - bsps/riscv/riscv/include/bsp/irq.h
19  - bsps/riscv/riscv/include/bsp/riscv.h
20- destination: ${BSP_INCLUDEDIR}/dev/serial
21  source:
22  - bsps/riscv/riscv/include/dev/serial/htif.h
23links: []
24source:
25- bsps/riscv/riscv/clock/clockdrv.c
26- bsps/riscv/riscv/console/console-config.c
27- bsps/riscv/riscv/console/fe310-uart.c
28- bsps/riscv/riscv/console/htif.c
29- bsps/riscv/riscv/irq/irq.c
30- bsps/riscv/riscv/start/bsp_fatal_halt.c
31- bsps/riscv/riscv/start/bspstart.c
32- bsps/shared/cache/nocache.c
33- bsps/shared/dev/btimer/btimer-cpucounter.c
34- bsps/shared/dev/getentropy/getentropy-cpucounter.c
35- bsps/shared/dev/serial/console-termios.c
36- bsps/shared/irq/irq-default-handler.c
37- bsps/shared/start/bsp-fdt.c
38- bsps/shared/start/bspfatal-default.c
39- bsps/shared/start/bspgetworkarea-default.c
40- bsps/shared/start/bspreset-empty.c
41type: build
Note: See TracBrowser for help on using the repository browser.