summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/grpmake.yml
blob: cb0dc10a55591aa8662c43bf2641c454088bdf52 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
cflags: []
copyrights:
- Copyright (C) 2020 embedded brains GmbH & Co. KG
cppflags: []
cxxflags: []
enabled-by:
- INSTALL_LEGACY_MAKEFILES
includes: []
install:
- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make
  source:
  - make/lib.cfg
  - make/host.cfg
  - make/directory.cfg
  - make/README
- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make/compilers
  source:
  - make/compilers/gcc-target-default.cfg
- destination: ${PREFIX}/share/rtems${__RTEMS_MAJOR__}/make/Templates
  source:
  - make/Templates/Makefile.dir
  - make/Templates/Makefile.lib
  - make/Templates/Makefile.leaf
- destination: ${PREFIX}/make
  source:
  - make/main.cfg
  - make/leaf.cfg
- destination: ${PREFIX}/make/custom
  source:
  - make/custom/default.cfg
ldflags: []
links:
- role: build-dependency
  uid: optmake
- role: build-dependency
  uid: makebsp
- role: build-dependency
  uid: makecustom
- role: build-dependency
  uid: makeinc
- role: build-dependency
  uid: maketarget
type: build
use-after: []
use-before: []