summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7750/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 11:44:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-01-16 11:44:47 +0000
commitbd7b5897190dd958fd3241e7492f282d1fa56445 (patch)
tree196f51e928e04670543c5df333d1d636b49ac2e2 /c/src/lib/libcpu/sh/sh7750/configure.ac
parent2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-bd7b5897190dd958fd3241e7492f282d1fa56445.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.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/sh7750/configure.ac6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/sh/sh7750/configure.ac b/c/src/lib/libcpu/sh/sh7750/configure.ac
index 5324f3b650..40f4074c40 100644
--- a/c/src/lib/libcpu/sh/sh7750/configure.ac
+++ b/c/src/lib/libcpu/sh/sh7750/configure.ac
@@ -27,9 +27,5 @@ RTEMS_CANONICALIZE_TOOLS
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
-AC_CONFIG_FILES([Makefile
-clock/Makefile
-score/Makefile
-sci/Makefile
-timer/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT