summaryrefslogtreecommitdiffstats
path: root/configure.ac
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 /configure.ac
parentRegenerate. (diff)
downloadrtems-ffc3c64cf4284d2f56fa8a1126e43822233e20b0.tar.bz2
2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
Add RTEMS Scheduler Simulator. * configure.ac: Add tools/schedsim.
Diffstat (limited to '')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
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 )