summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 13:16:14 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-23 13:16:14 +0000
commitaea8e66bce0ea04c296cbf2f92e6d5767345dace (patch)
tree0fde514e9a4a96534a8cecc710280de631bc81a5 /c/src/configure.ac
parent2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-aea8e66bce0ea04c296cbf2f92e6d5767345dace.tar.bz2
2005-05-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ada/.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index bb4c4daecd..e6017a280a 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -162,6 +162,7 @@ AS_IF([test "$RTEMS_HAS_CPLUSPLUS" = "yes"],[
])
BSP_SUBDIRS="$BSP_SUBDIRS support"
+BSP_SUBDIRS="$BSP_SUBDIRS ada"
BSP_SUBDIRS="$BSP_SUBDIRS wrapup"
AC_ARG_ENABLE([ada],
@@ -225,6 +226,9 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
&& test -n "$AWK" \
&& test "$enable_rpcgen" = yes])
+AM_CONDITIONAL(RTEMS_ADA,[test x"$enable_ada" = x"yes" \
+ && test x"$rtems_cv_HAS_POSIX_API" = x"yes"])
+
RTEMS_PROJECT_ROOT
AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
@@ -256,6 +260,8 @@ lib/libcpu/Makefile
lib/libbsp/Makefile
+ada/Makefile
+
wrapup/Makefile
])