summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/build/cpukit/cpuopts.yml2
-rw-r--r--spec/build/cpukit/optprofiling.yml16
2 files changed, 18 insertions, 0 deletions
diff --git a/spec/build/cpukit/cpuopts.yml b/spec/build/cpukit/cpuopts.yml
index 5b72c6d8ca..4b2a818b64 100644
--- a/spec/build/cpukit/cpuopts.yml
+++ b/spec/build/cpukit/cpuopts.yml
@@ -48,6 +48,8 @@ links:
- role: build-dependency
uid: optposix
- role: build-dependency
+ uid: optprofiling
+- role: build-dependency
uid: optsmp
- role: build-dependency
uid: optlibdl
diff --git a/spec/build/cpukit/optprofiling.yml b/spec/build/cpukit/optprofiling.yml
new file mode 100644
index 0000000000..c47be24fe2
--- /dev/null
+++ b/spec/build/cpukit/optprofiling.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+actions:
+- get-boolean: null
+- env-enable: null
+- define-condition: null
+build-type: option
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+default: false
+default-by-variant: []
+description: |
+ Enable the SMP lock profiling support
+enabled-by: true
+links: []
+name: RTEMS_PROFILING
+type: build