summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-17 15:25:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-12-17 15:25:40 +0000
commitffc3c64cf4284d2f56fa8a1126e43822233e20b0 (patch)
treea391b23ae0ac1bd1fa0eff021d6b1743033e8392
parentRegenerate. (diff)
downloadrtems-ffc3c64cf4284d2f56fa8a1126e43822233e20b0.tar.bz2
2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
Add RTEMS Scheduler Simulator. * configure.ac: Add tools/schedsim.
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf9f927278..13b64b0d1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ Add RTEMS Scheduler Simulator.
+ * configure.ac: Add tools/schedsim.
+
2010-12-16 Joel Sherrill <joel.sherrilL@OARcorp.com>
* SUPPORT: Update address.
diff --git a/configure.ac b/configure.ac
index fabb93f4d0..7e1971ed10 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ AC_ARG_ENABLE([docs],
RTEMS_BUILD_CONFIG_SUBDIRS([tools/build])
RTEMS_BUILD_CONFIG_SUBDIRS([tools/cpu])
+RTEMS_BUILD_CONFIG_SUBDIRS([tools/schedsim])
case $enable_tests in
yes | samples )