source: rtems/spec/build/cpukit/cpuopts.yml @ 7392632

Last change on this file since 7392632 was 7392632, checked in by Sebastian Huber <sebastian.huber@…>, on 09/25/20 at 16:48:41

build: Add RTEMS_PROFILING

Update #3818.

  • Property mode set to 100644
File size: 1.5 KB
Line 
1SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
2build-type: config-header
3copyrights:
4- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
5enabled-by: true
6guard: _RTEMS_SCORE_CPUOPTS_H
7include-headers: []
8install-path: ${BSP_INCLUDEDIR}/rtems/score
9links:
10- role: build-dependency
11  uid: optvermaj
12- role: build-dependency
13  uid: optvermin
14- role: build-dependency
15  uid: optverrev
16- role: build-dependency
17  uid: optgcc
18- role: build-dependency
19  uid: optarchbits
20- role: build-dependency
21  uid: optclang
22- role: build-dependency
23  uid: optarflags
24- role: build-dependency
25  uid: optwarn
26- role: build-dependency
27  uid: optwarncc
28- role: build-dependency
29  uid: optwarncxx
30- role: build-dependency
31  uid: optincludes
32- role: build-dependency
33  uid: optinstall
34- role: build-dependency
35  uid: optada
36- role: build-dependency
37  uid: optdebug
38- role: build-dependency
39  uid: optdrvmgr
40- role: build-dependency
41  uid: optmpci
42- role: build-dependency
43  uid: optnet
44- role: build-dependency
45  uid: optnewlib
46- role: build-dependency
47  uid: optparavirt
48- role: build-dependency
49  uid: optposix
50- role: build-dependency
51  uid: optprofiling
52- role: build-dependency
53  uid: optsmp
54- role: build-dependency
55  uid: optlibdl
56- role: build-dependency
57  uid: optszblkcnt
58- role: build-dependency
59  uid: optszblksize
60- role: build-dependency
61  uid: optszmode
62- role: build-dependency
63  uid: optszoff
64- role: build-dependency
65  uid: optsztime
66- role: build-dependency
67  uid: optversion
68target: cpukit/include/rtems/score/cpuopts.h
69type: build
Note: See TracBrowser for help on using the repository browser.