source: rtems/spec/build/bsps/lm32/lm32_evr/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: 985 bytes
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/lm32/lm32_evr/include/bsp.h
14  - bsps/lm32/lm32_evr/include/system_conf.h
15  - bsps/lm32/lm32_evr/include/tm27.h
16- destination: ${BSP_LIBDIR}
17  source:
18  - bsps/lm32/lm32_evr/start/linkcmds
19links: []
20source:
21- bsps/lm32/shared/btimer/btimer.c
22- bsps/lm32/shared/clock/ckinit.c
23- bsps/lm32/shared/console/console.c
24- bsps/lm32/shared/console/uart.c
25- bsps/lm32/shared/start/bspreset.c
26- bsps/lm32/shared/start/bspstart.c
27- bsps/shared/cache/nocache.c
28- bsps/shared/dev/getentropy/getentropy-cpucounter.c
29- bsps/shared/start/bspfatal-default.c
30- bsps/shared/start/bspgetworkarea-default.c
31- bsps/shared/start/gettargethash-default.c
32- bsps/shared/start/sbrk.c
33- bsps/shared/start/setvec.c
34type: build
Note: See TracBrowser for help on using the repository browser.