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-09-05 16:23:32 +0200
commit1cb6adf1d0ae4d7311397fc097d93da3ec757dfb (patch)
tree9f56747a330e59f3569e1de54a9d5422ee2cf37c
parentade7743712997d54fc5e05edcc68c58dd4d0c167 (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 ddde9b3e1d..10adb24a50 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -422,13 +422,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
@@ -443,7 +440,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 0b06142360..69fd15747c 100644
--- a/spec/build/cpukit/objextra.yml
+++ b/spec/build/cpukit/objextra.yml
@@ -1095,10 +1095,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
@@ -1132,6 +1135,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