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>2023-04-25 12:07:40 +0200
commit5ec4372c7bf9d468902f3562538dfdce2ea198a1 (patch)
treeb4769f170d2d3aed1a1b857f3a85f27e77b86eaa
parent36c99b4725017d38f06b81fc962cb533e589c305 (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 64648f0ecc..1bbfc2dc22 100644
--- a/spec/build/cpukit/librtemscpu.yml
+++ b/spec/build/cpukit/librtemscpu.yml
@@ -427,13 +427,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
@@ -448,7 +445,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 8e256dcad6..893d8a57f0 100644
--- a/spec/build/cpukit/objextra.yml
+++ b/spec/build/cpukit/objextra.yml
@@ -1102,10 +1102,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
@@ -1139,6 +1142,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/stackallocatorforidlewkspace.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