summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68360/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 04:43:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-28 04:43:00 +0000
commit8830935c102d74fdbe9317ebed2196af171e6daa (patch)
treea60f58f4991552a1546c4a553652d0cbc9c09815 /c/src/lib/libbsp/m68k/gen68360/configure.ac
parent2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8830935c102d74fdbe9317ebed2196af171e6daa.tar.bz2
2004-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 562/bsps * Makefile.am: Remove references to m68k-gdbstub.c, rtems-gdbstub-glue.c. * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am. Use automake-compilation rules. * clock/Makefile.am, console/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/m68k/gen68360/configure.ac')
-rw-r--r--c/src/lib/libbsp/m68k/gen68360/configure.ac9
1 files changed, 2 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/m68k/gen68360/configure.ac b/c/src/lib/libbsp/m68k/gen68360/configure.ac
index 4660b2bbdc..7ccbe79155 100644
--- a/c/src/lib/libbsp/m68k/gen68360/configure.ac
+++ b/c/src/lib/libbsp/m68k/gen68360/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
@@ -20,11 +21,5 @@ AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
AM_CONDITIONAL(HAS_FPSP,[test "$RTEMS_CPU_MODEL" = "m68040"])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-network/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT