summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/or32/orp/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:53:18 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:53:18 +0000
commiteb3456d0c308da0dba8d67f53f77d50b273a0dd9 (patch)
tree8bec291b5118f1301451360229369d7c7b4240b6 /c/src/lib/libbsp/or32/orp/configure.ac
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-eb3456d0c308da0dba8d67f53f77d50b273a0dd9.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, start/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/or32/orp/configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/or32/orp/configure.ac b/c/src/lib/libbsp/or32/orp/configure.ac
index c8fcb770df..08b4bee3dc 100644
--- a/c/src/lib/libbsp/or32/orp/configure.ac
+++ b/c/src/lib/libbsp/or32/orp/configure.ac
@@ -16,11 +16,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-start/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT