summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 11:31:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 11:31:53 +0000
commit155881a13b79976b4dfb104e7433bf6ca5ee3088 (patch)
tree9d65eb23370be9a83779e1b5ac8ba998169a7448 /c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-155881a13b79976b4dfb104e7433bf6ca5ee3088.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * console/Makefile.am, i2c/Makefile.am, nvram/Makefile.am, startup/Makefile.am, tod/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/m68k/mcf5206elite/configure.ac')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5206elite/configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac b/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
index a1dd8fda5f..e3547b2e11 100644
--- a/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
+++ b/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac
@@ -13,17 +13,12 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
RTEMS_CHECK_NETWORKING
AC_CONFIG_SUBDIRS(tools)
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-startup/Makefile
-console/Makefile
-i2c/Makefile
-tod/Makefile
-nvram/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT