summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:31:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-27 10:31:46 +0000
commit8cb3c27ef34fad5eadf21333776e29c80e2878d8 (patch)
tree5574f4d9d69e68145373b40bcc14bac8e27cde0e /c/src/lib/libbsp/sparc/leon/configure.ac
parent2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8cb3c27ef34fad5eadf21333776e29c80e2878d8.tar.bz2
2004-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, leon_open_eth/Makefile.am, startup/Makefile.am, console/Makefile.am, gnatsupp/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon/configure.ac')
-rw-r--r--c/src/lib/libbsp/sparc/leon/configure.ac10
1 files changed, 2 insertions, 8 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/configure.ac b/c/src/lib/libbsp/sparc/leon/configure.ac
index 0741054e0f..0ce8f853e1 100644
--- a/c/src/lib/libbsp/sparc/leon/configure.ac
+++ b/c/src/lib/libbsp/sparc/leon/configure.ac
@@ -13,6 +13,7 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING
@@ -37,12 +38,5 @@ RTEMS_BSPOPTS_HELP([SIMSPARC_FAST_IDLE],
the wall time required to execute the RTEMS test suites.])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-leon_open_eth/Makefile
-gnatsupp/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT