summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mrm332/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 08:03:13 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 08:03:13 +0000
commit802f5a8ef1b85c8e872a29b66e7fecccec3ea981 (patch)
treeab4e82a110fbb66a686e2a567d491f90751ced17 /c/src/lib/libbsp/m68k/mrm332/configure.ac
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-802f5a8ef1b85c8e872a29b66e7fecccec3ea981.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mrm332/configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/m68k/mrm332/configure.ac b/c/src/lib/libbsp/m68k/mrm332/configure.ac
index 6b5139b9c0..8ac878bd29 100644
--- a/c/src/lib/libbsp/m68k/mrm332/configure.ac
+++ b/c/src/lib/libbsp/m68k/mrm332/configure.ac
@@ -13,13 +13,8 @@ RTEMS_BSP_CONFIGURE
RTEMS_PROG_CC_FOR_TARGET
RTEMS_CANONICALIZE_TOOLS
+RTEMS_PROG_CCAS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-spurious/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT