summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 09:01:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-10-17 09:01:51 +0000
commit3d570dfb87d81fd363f421680dd3b873d3fab550 (patch)
tree560719cf11b525cae4fdf4efa84fa74bea0d0ad0 /c/src/lib/libbsp/powerpc/configure.ac
parentRemove. (diff)
downloadrtems-3d570dfb87d81fd363f421680dd3b873d3fab550.tar.bz2
2005-10-17 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Merge-in shared/Makefile.am. * configure.ac: Remove shared/Makefile.am. * ChangeLog: Merge-in shared/ChangeLog.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/configure.ac b/c/src/lib/libbsp/powerpc/configure.ac
index 38b20aa870..ce9c932a08 100644
--- a/c/src/lib/libbsp/powerpc/configure.ac
+++ b/c/src/lib/libbsp/powerpc/configure.ac
@@ -17,10 +17,6 @@ RTEMS_PROJECT_ROOT
RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY])
-AM_CONDITIONAL(need_shared, test "$RTEMS_BSP_FAMILY" = "motorola_powerpc" \
- || test "$RTEMS_BSP_FAMILY" = "mvme5500")
-
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-shared/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT