source: rtems/spec/build/bsps/m68k/mcf5329/bspmcf5329.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: mcf5329
4build-type: bsp
5cflags: []
6copyrights:
7- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
8cppflags: []
9enabled-by: true
10family: mcf5329
11includes: []
12install:
13- destination: ${BSP_INCLUDEDIR}
14  source:
15  - bsps/m68k/mcf5329/include/bsp.h
16  - bsps/m68k/mcf5329/include/tm27.h
17- destination: ${BSP_INCLUDEDIR}/bsp
18  source:
19  - bsps/m68k/mcf5329/include/bsp/irq.h
20- destination: ${BSP_LIBDIR}
21  source:
22  - bsps/m68k/mcf5329/start/linkcmds
23  - bsps/m68k/mcf5329/start/linkcmdsflash
24links:
25- role: build-dependency
26  uid: ../grp
27- role: build-dependency
28  uid: abi
29- role: build-dependency
30  uid: objnet
31- role: build-dependency
32  uid: start
33- role: build-dependency
34  uid: ../../obj
35- role: build-dependency
36  uid: ../../objirqdflt
37- role: build-dependency
38  uid: ../../opto2
39- role: build-dependency
40  uid: ../../bspopts
41source:
42- bsps/m68k/mcf5329/btimer/btimer.c
43- bsps/m68k/mcf5329/clock/clock.c
44- bsps/m68k/mcf5329/console/console.c
45- bsps/m68k/mcf5329/start/bspstart.c
46- bsps/m68k/mcf5329/start/cfinit.c
47- bsps/m68k/mcf5329/start/init5329.c
48- bsps/m68k/shared/cache/cache-mcf532x.c
49- bsps/m68k/shared/m68kidle.c
50- bsps/m68k/shared/memProbe.c
51- bsps/shared/dev/getentropy/getentropy-cpucounter.c
52- bsps/shared/start/bspfatal-default.c
53- bsps/shared/start/bspgetworkarea-default.c
54- bsps/shared/start/bspreset-loop.c
55- bsps/shared/start/gettargethash-default.c
56- bsps/shared/start/sbrk.c
57- bsps/shared/start/setvec.c
58type: build
Note: See TracBrowser for help on using the repository browser.