summaryrefslogtreecommitdiffstats
path: root/c/src/exec/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/configure.in')
-rw-r--r--c/src/exec/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/configure.in b/c/src/exec/configure.in
index a022f79567..c0d0de3624 100644
--- a/c/src/exec/configure.in
+++ b/c/src/exec/configure.in
@@ -67,7 +67,7 @@ if test "$HAS_ITRON_API" = "yes"; then
cfg_subdirs="$cfg_subdirs itron"
fi
AC_CONFIG_SUBDIRS($cfg_subdirs)
-AC_CONFIG_SUBDIRS(score/cpu)
+AC_CONFIG_SUBDIRS(score/cpu/$RTEMS_CPU)
PROJECT_INCLUDE="\$(PROJECT_ROOT)/$RTEMS_BSP/lib/include"
AC_SUBST(PROJECT_INCLUDE)