source: rtems/spec/build/bsps/arm/fvp/obj.yml @ 7480c34

Last change on this file since 7480c34 was 7480c34, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/21 at 17:53:42

bsps: Add default rtems_get_target_hash()

Update #4267.

  • Property mode set to 100644
File size: 1.4 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/arm/fvp/include/bsp.h
14  - bsps/arm/fvp/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/arm/fvp/include/bsp/irq.h
18- destination: ${BSP_INCLUDEDIR}/dev/clock
19  source:
20  - bsps/include/dev/clock/arm-generic-timer.h
21links: []
22source:
23- bsps/arm/fvp/console/console.c
24- bsps/arm/fvp/console/printk-support.c
25- bsps/arm/fvp/start/bspreset.c
26- bsps/arm/fvp/start/bspstart.c
27- bsps/arm/fvp/start/bspstarthooks.c
28- bsps/arm/fvp/start/pmsa-sections.c
29- bsps/arm/shared/cache/cache-cp15.c
30- bsps/arm/shared/cache/cache-v7ar-disable-data.S
31- bsps/arm/shared/clock/arm-generic-timer-aarch32.c
32- bsps/arm/shared/cp15/arm-cp15-set-exception-handler.c
33- bsps/arm/shared/start/bsp-start-memcpy.S
34- bsps/shared/dev/btimer/btimer-cpucounter.c
35- bsps/shared/dev/clock/arm-generic-timer.c
36- bsps/shared/dev/getentropy/getentropy-cpucounter.c
37- bsps/shared/dev/irq/arm-gicv3.c
38- bsps/shared/dev/serial/console-termios.c
39- bsps/shared/irq/irq-default-handler.c
40- bsps/shared/start/bspfatal-default.c
41- bsps/shared/start/bspgetworkarea-default.c
42- bsps/shared/start/gettargethash-default.c
43- bsps/shared/start/sbrk.c
44- bsps/shared/start/stackalloc.c
45type: build
Note: See TracBrowser for help on using the repository browser.