source: rtems/spec/build/bsps/m68k/mcf5225x/bspmcf5225x.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.5 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2arch: m68k
3bsp: mcf5225x
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: mcf5225x
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/m68k/mcf5225x/include/bsp.h
16  - bsps/m68k/mcf5225x/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/m68k/mcf5225x/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/m68k/mcf5225x/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: tstmcf5225x
32- role: build-dependency
33  uid: ../../obj
34- role: build-dependency
35  uid: ../../objirqdflt
36- role: build-dependency
37  uid: ../../opto2
38- role: build-dependency
39  uid: ../../bspopts
40source:
41- bsps/m68k/mcf5225x/btimer/btimer.c
42- bsps/m68k/mcf5225x/clock/clock.c
43- bsps/m68k/mcf5225x/console/console.c
44- bsps/m68k/mcf5225x/console/debugio.c
45- bsps/m68k/mcf5225x/start/bspstart.c
46- bsps/m68k/mcf5225x/start/init5225x.c
47- bsps/m68k/shared/cache/cache-mcf5225x.c
48- bsps/m68k/shared/m68kidle.c
49- bsps/m68k/shared/memProbe.c
50- bsps/shared/dev/getentropy/getentropy-cpucounter.c
51- bsps/shared/start/bspfatal-default.c
52- bsps/shared/start/bspgetworkarea-default.c
53- bsps/shared/start/bspreset-loop.c
54- bsps/shared/start/gettargethash-default.c
55- bsps/shared/start/sbrk.c
56- bsps/shared/start/setvec.c
57type: build
Note: See TracBrowser for help on using the repository browser.