summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-11 17:22:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-11 17:22:46 +0000
commit4847716dec340cf017bc283611879dc6f0b1bbd9 (patch)
treead95c600463b690cca497af82c2c6794ed175cf4 /tools
parent2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-4847716dec340cf017bc283611879dc6f0b1bbd9.tar.bz2
2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add schedulersimple.h
Diffstat (limited to 'tools')
-rw-r--r--tools/schedsim/rtems/ChangeLog4
-rw-r--r--tools/schedsim/rtems/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/schedsim/rtems/ChangeLog b/tools/schedsim/rtems/ChangeLog
index b662bc08e0..22d4c315ca 100644
--- a/tools/schedsim/rtems/ChangeLog
+++ b/tools/schedsim/rtems/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-11 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * Makefile.am: Add schedulersimple.h
+
2011-04-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, wkspace.c: Compiles now and do not core dump when RTEMS
diff --git a/tools/schedsim/rtems/Makefile.am b/tools/schedsim/rtems/Makefile.am
index e09bc9129d..a143ee3172 100644
--- a/tools/schedsim/rtems/Makefile.am
+++ b/tools/schedsim/rtems/Makefile.am
@@ -298,6 +298,7 @@ schedsim_rtems_score_include_HEADERS = \
${cpukitdir}/score/include/rtems/score/thread.h \
${cpukitdir}/score/include/rtems/score/coremsg.h \
${cpukitdir}/score/include/rtems/score/schedulerpriority.h \
+ ${cpukitdir}/score/include/rtems/score/schedulersimple.h \
${cpukitdir}/score/include/rtems/score/timespec.h \
${cpukitdir}/score/include/rtems/score/tqdata.h \
${cpukitdir}/score/include/rtems/score/bitfield.h \