summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/sh/sh7045/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 07:13:34 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2002-12-14 07:13:34 +0000
commit7af077ef50da3c37bc6de97e937b15701f34565e (patch)
tree72a485521403c612bba69a05f8709e5a629ea6f6 /c/src/lib/libcpu/sh/sh7045/configure.ac
parent2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7af077ef50da3c37bc6de97e937b15701f34565e.tar.bz2
2002-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Eliminate *_O_FILES. Don't include @RTEMS_BSP@.cfg. * sci/Makefile.am: Ditto. * score/Makefile.am: Ditto. * timer/Makefile.am: Ditto. * configure.ac: Apply 2002-11-07 patch (Apparently dropped by CVS).
Diffstat (limited to '')
-rw-r--r--c/src/lib/libcpu/sh/sh7045/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/sh/sh7045/configure.ac b/c/src/lib/libcpu/sh/sh7045/configure.ac
index 66fe4ca219..1ff47f1b16 100644
--- a/c/src/lib/libcpu/sh/sh7045/configure.ac
+++ b/c/src/lib/libcpu/sh/sh7045/configure.ac
@@ -29,7 +29,6 @@ RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
clock/Makefile
-include/Makefile
score/Makefile
sci/Makefile
timer/Makefile])