summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-07-05 08:35:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-08-11 07:48:00 +0200
commitde4997d54295d2901fba6aaa128f0d96c34befe9 (patch)
tree7cedb83fb01f1b3b867d94c894e4c91667a4e03c
parent11f46785148dd4f15d0e4ad63fe16ef24538bc92 (diff)
build fixme
-rw-r--r--spec/build/cpukit/librtemscpu.yml4
-rw-r--r--spec/build/cpukit/objextra.yml4
-rw-r--r--spec/build/cpukit/objsmpqual.yml6
-rw-r--r--spec/build/cpukit/objtestqual.yml1
4 files changed, 9 insertions, 6 deletions
diff --git a/spec/build/cpukit/librtemscpu.yml b/spec/build/cpukit/librtemscpu.yml
index 38bb5cc4ec..f66c77783a 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -421,13 +421,10 @@ source:
- cpukit/score/src/objectnametoid.c
- cpukit/score/src/percpu.c
- cpukit/score/src/processormaskcopy.c
-- cpukit/score/src/rbtreeappend.c
- cpukit/score/src/rbtreeextract.c
- cpukit/score/src/rbtreeinsert.c
- cpukit/score/src/rbtreemax.c
- cpukit/score/src/rbtreemin.c
-- cpukit/score/src/rbtreeprepend.c
-- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/scheduler.c
- cpukit/score/src/schedulerdefaultmappriority.c
- cpukit/score/src/schedulerdefaultnodedestroy.c
@@ -442,7 +439,6 @@ source:
- cpukit/score/src/schedulerpriorityunblock.c
- cpukit/score/src/schedulerpriorityyield.c
- cpukit/score/src/schedulersetaffinity.c
-- cpukit/score/src/smpbarrierwait.c
- cpukit/score/src/stackallocatorforidle.c
- cpukit/score/src/thread.c
- cpukit/score/src/threadchangepriority.c
diff --git a/spec/build/cpukit/objextra.yml b/spec/build/cpukit/objextra.yml
index b8b80b4aff..a8f93fd3ba 100644
--- a/spec/build/cpukit/objextra.yml
+++ b/spec/build/cpukit/objextra.yml
@@ -1096,10 +1096,13 @@ source:
- cpukit/score/src/pheapresizeblock.c
- cpukit/score/src/pheapwalk.c
- cpukit/score/src/profilingisrentryexit.c
+- cpukit/score/src/rbtreeappend.c
- cpukit/score/src/rbtreeiterate.c
- cpukit/score/src/rbtreenext.c
- cpukit/score/src/rbtreepostorder.c
+- cpukit/score/src/rbtreeprepend.c
- cpukit/score/src/rbtreeprev.c
+- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/sched.c
- cpukit/score/src/schedulercbsattachthread.c
- cpukit/score/src/schedulercbs.c
@@ -1133,6 +1136,7 @@ source:
- cpukit/score/src/schedulersimpleunblock.c
- cpukit/score/src/schedulersimpleyield.c
- cpukit/score/src/semaphore.c
+- cpukit/score/src/smpbarrierwait.c
- cpukit/score/src/stackallocator.c
- cpukit/score/src/stackallocatorinit.c
- cpukit/score/src/stackallocatorfree.c
diff --git a/spec/build/cpukit/objsmpqual.yml b/spec/build/cpukit/objsmpqual.yml
index 2b9f4d1c56..eaef903522 100644
--- a/spec/build/cpukit/objsmpqual.yml
+++ b/spec/build/cpukit/objsmpqual.yml
@@ -5,13 +5,15 @@ copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
-enabled-by:
-- RTEMS_SMP
+enabled-by: RTEMS_SMP
includes: []
install: []
links: []
source:
- cpukit/score/src/percpujobs.c
+- cpukit/score/src/rbtreeappend.c
+- cpukit/score/src/rbtreeprepend.c
+- cpukit/score/src/rbtreereplace.c
- cpukit/score/src/schedulerdefaultmakecleansticky.c
- cpukit/score/src/schedulerdefaultpinunpindonothing.c
- cpukit/score/src/schedulerdefaultsetaffinity.c
diff --git a/spec/build/cpukit/objtestqual.yml b/spec/build/cpukit/objtestqual.yml
index 4970ac7f5a..0927be1aaa 100644
--- a/spec/build/cpukit/objtestqual.yml
+++ b/spec/build/cpukit/objtestqual.yml
@@ -29,5 +29,6 @@ source:
- cpukit/score/src/rbtreemax.c
- cpukit/score/src/rbtreenext.c
- cpukit/score/src/rbtreeprev.c
+- cpukit/score/src/smpbarrierwait.c
type: build