summaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 08:05:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-07-29 08:05:26 +0200
commit59168e2ae344cdbfd52f9864812c73aa46ad0c42 (patch)
tree63b5ee7d8c4dcc9e2748c0a10c893210098cea16 /spec
parentscore: Return value in _SMP_Process_message() (diff)
downloadrtems-59168e2ae344cdbfd52f9864812c73aa46ad0c42.tar.bz2
score: Split SMP multicast action module
Split up the SMP multicast action module since the use of the SMP multicast action variants depend on the architecture and BSP.
Diffstat (limited to 'spec')
-rw-r--r--spec/build/cpukit/objsmp.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/build/cpukit/objsmp.yml b/spec/build/cpukit/objsmp.yml
index 992ed50666..ef7b331a6f 100644
--- a/spec/build/cpukit/objsmp.yml
+++ b/spec/build/cpukit/objsmp.yml
@@ -23,9 +23,12 @@ source:
- cpukit/score/src/schedulersmp.c
- cpukit/score/src/schedulersmpstartidle.c
- cpukit/score/src/schedulerstrongapa.c
+- cpukit/score/src/smpbroadcastaction.c
- cpukit/score/src/smp.c
- cpukit/score/src/smplock.c
- cpukit/score/src/smpmulticastaction.c
+- cpukit/score/src/smpothercastaction.c
+- cpukit/score/src/smpsynchronize.c
- cpukit/score/src/smpunicastaction.c
- cpukit/score/src/threadunpin.c
type: build