2010-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>

Add RTEMS Scheduler Simulator.
	* configure.ac: Add tools/schedsim.
This commit is contained in:
Joel Sherrill
2010-12-17 15:25:40 +00:00
parent e715ecbdfa
commit ffc3c64cf4
2 changed files with 6 additions and 0 deletions

View File

@@ -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.

View File

@@ -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 )