summaryrefslogtreecommitdiffstats
path: root/tools/cpu/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpu/configure.ac')
-rw-r--r--tools/cpu/configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/cpu/configure.ac b/tools/cpu/configure.ac
index 060f45eb84..1ac171ad27 100644
--- a/tools/cpu/configure.ac
+++ b/tools/cpu/configure.ac
@@ -18,7 +18,9 @@ RTEMS_TOOLPATHS
AC_SUBST(program_prefix)
AC_CONFIG_SUBDIRS(generic)
-RTEMS_CPU_SUBDIRS
+case "$RTEMS_CPU" in
+sh ) AC_CONFIG_SUBDIRS(sh);;
+esac
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])