source: rtems/spec/build/bsps/sh/shsim/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.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/sh/shsim/include/bsp.h
14  - bsps/sh/shsim/include/tm27.h
15- destination: ${BSP_INCLUDEDIR}/bsp
16  source:
17  - bsps/sh/shsim/include/bsp/irq.h
18  - bsps/sh/shsim/include/bsp/syscall.h
19- destination: ${BSP_LIBDIR}
20  source:
21  - bsps/sh/shsim/start/linkcmds
22links: []
23source:
24- bsps/sh/shared/start/bsphwinit.c
25- bsps/sh/shared/start/bspstart.c
26- bsps/sh/shsim/console/console-debugio.c
27- bsps/sh/shsim/console/console-io.c
28- bsps/sh/shsim/console/console-support.S
29- bsps/sh/shsim/start/cpu_asm.c
30- bsps/sh/shsim/start/ispshgdb.c
31- bsps/sh/shsim/start/sysexit.c
32- bsps/shared/cache/nocache.c
33- bsps/shared/dev/btimer/btimer-stub.c
34- bsps/shared/dev/clock/clock-simidle.c
35- bsps/shared/dev/getentropy/getentropy-cpucounter.c
36- bsps/shared/dev/serial/console-polled.c
37- bsps/shared/start/bspfatal-default.c
38- bsps/shared/start/bspgetworkarea-default.c
39- bsps/shared/start/bspreset-empty.c
40- bsps/shared/start/gettargethash-default.c
41- bsps/shared/start/sbrk.c
42type: build
Note: See TracBrowser for help on using the repository browser.