summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7032/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 10:52:43 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 10:52:43 +0000
commit64edee073bed561c981802154037b7ccc0505327 (patch)
treea5f42fd91477d44fb82b77df3bf6c7c71a4edaae /c/src/lib/libcpu/sh/sh7032/configure.ac
parent2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-64edee073bed561c981802154037b7ccc0505327.tar.bz2
2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in subdir Makefile.ams * configure.ac: Reflect changes above. * score/Makefile.am: Removed. * sci/Makefile.am: Removed. * timer/Makefile.am: Removed. * clock/Makefile.am: Removed. * delay/Makefile.am: Removed.
Diffstat (limited to 'c/src/lib/libcpu/sh/sh7032/configure.ac')
-rw-r--r--c/src/lib/libcpu/sh/sh7032/configure.ac7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libcpu/sh/sh7032/configure.ac b/c/src/lib/libcpu/sh/sh7032/configure.ac
index 776cd41dd3..e92bbb835a 100644
--- a/c/src/lib/libcpu/sh/sh7032/configure.ac
+++ b/c/src/lib/libcpu/sh/sh7032/configure.ac
@@ -27,10 +27,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-delay/Makefile
-score/Makefile
-timer/Makefile
-sci/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT