[rtems-schedsim commit] rtems/Makefile.am: Add task get and set affinity

Joel Sherrill joel at rtems.org
Wed May 14 14:47:38 UTC 2014


Module:    rtems-schedsim
Branch:    master
Commit:    0caea4a6c6379595f1ab673eef9d52903a641de5
Changeset: http://git.rtems.org/rtems-schedsim/commit/?id=0caea4a6c6379595f1ab673eef9d52903a641de5

Author:    Joel Sherrill <joel.sherrill at oarcorp.com>
Date:      Wed May 14 09:22:08 2014 -0500

rtems/Makefile.am: Add task get and set affinity

---

 schedsim/rtems/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/schedsim/rtems/Makefile.am b/schedsim/rtems/Makefile.am
index 056bb43..e9125b2 100644
--- a/schedsim/rtems/Makefile.am
+++ b/schedsim/rtems/Makefile.am
@@ -255,7 +255,8 @@ librtems_a_SOURCES += $(cpukitdir)/score/src/schedulergetaffinity.c
 librtems_a_SOURCES += $(cpukitdir)/score/src/schedulerpriorityaffinitysmp.c
 librtems_a_SOURCES += $(cpukitdir)/score/src/schedulersetaffinity.c
 librtems_a_SOURCES += $(cpukitdir)/score/src/cpuset.c
-
+librtems_a_SOURCES += $(cpukitdir)/rtems/src/taskgetaffinity.c
+librtems_a_SOURCES += $(cpukitdir)/rtems/src/tasksetaffinity.c
 endif
 
 schedsim_includedir = $(includedir)/schedsim




More information about the vc mailing list