source: rtems/spec/build/bsps/mips/rbtx4938/bsprbtx4938.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.7 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: mips
3bsp: rbtx4938
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: rbtx4938
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/mips/rbtx4938/include/bsp.h
16  - bsps/mips/rbtx4938/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/mips/rbtx4938/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/mips/rbtx4938/start/linkcmds
23links:
24- role: build-dependency
25  uid: ../grp
26- role: build-dependency
27  uid: abi
28- role: build-dependency
29  uid: start
30- role: build-dependency
31  uid: ../../obj
32- role: build-dependency
33  uid: ../../objirq
34- role: build-dependency
35  uid: ../../opto2
36- role: build-dependency
37  uid: ../../tstnolibdl
38- role: build-dependency
39  uid: ../../bspopts
40source:
41- bsps/mips/rbtx4938/clock/clockdrv.c
42- bsps/mips/rbtx4938/console/console-io.c
43- bsps/mips/rbtx4938/irq/vectorisrs.c
44- bsps/mips/rbtx4938/start/bspstart.c
45- bsps/mips/rbtx4938/start/inittlb.c
46- bsps/mips/shared/irq/exception.S
47- bsps/mips/shared/irq/installisrentries.c
48- bsps/mips/shared/irq/interruptmask_TX49.c
49- bsps/mips/shared/irq/irq.c
50- bsps/mips/shared/irq/isr_entries.S
51- bsps/mips/shared/irq/vectorexceptions.c
52- bsps/mips/shared/liblnk/lnklib.S
53- bsps/mips/shared/liblnk/pmon.S
54- bsps/mips/shared/start/idtmem.S
55- bsps/mips/shared/start/idttlb.S
56- bsps/mips/shared/timer/gettime.S
57- bsps/mips/shared/timer/timer.c
58- bsps/shared/cache/nocache.c
59- bsps/shared/dev/getentropy/getentropy-cpucounter.c
60- bsps/shared/start/bspfatal-default.c
61- bsps/shared/start/bspgetworkarea-default.c
62- bsps/shared/start/bspreset-empty.c
63- bsps/shared/start/sbrk.c
64type: build
Note: See TracBrowser for help on using the repository browser.