summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:06:56 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-01-30 10:06:56 +0000
commitdd551dbf0271b5994924e48f2e6cb95fbb7a9112 (patch)
treeace16e1494e0de7163ca6ef59c6d4ef03427784c /c/src/lib/libbsp/unix/posix/configure.ac
parent2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-dd551dbf0271b5994924e48f2e6cb95fbb7a9112.tar.bz2
2004-01-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above.
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/configure.ac')
-rw-r--r--c/src/lib/libbsp/unix/posix/configure.ac8
1 files changed, 1 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/unix/posix/configure.ac b/c/src/lib/libbsp/unix/posix/configure.ac
index 04a921f3ae..92d394f529 100644
--- a/c/src/lib/libbsp/unix/posix/configure.ac
+++ b/c/src/lib/libbsp/unix/posix/configure.ac
@@ -38,11 +38,5 @@ RTEMS_BSPOPTS_HELP([HEAPSPACE_MB],
[The BSP's heapspace RAM in MB.])
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-console/Makefile
-shmsupp/Makefile
-startup/Makefile
-timer/Makefile
-wrapup/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT