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-22 13:22:51 +0200
commit5528a1f86eb5b0189134dcec8047bbe42f599dda (patch)
treec2013ffdd312af64a7f966ce9fe83ed587ed190e
parent4dd87a5b6e37184648a6518fdde9430ea0640b87 (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 591600cb36..eae8084d0d 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -430,13 +430,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
@@ -451,7 +448,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 a0165929cf..aa3f35ef0a 100644
--- a/spec/build/cpukit/objextra.yml
+++ b/spec/build/cpukit/objextra.yml
@@ -1094,10 +1094,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
@@ -1131,6 +1134,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