summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/i960sim/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-13 22:34:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-13 22:34:54 +0000
commit98a45c063a0a886be5c1503a0c7ff1c339baf805 (patch)
treee5f3139956eca50972384f4d5b69635854b78642 /c/src/lib/libbsp/i960/i960sim/configure.in
parentPrototypes for cache manager support functions now agree. (diff)
downloadrtems-98a45c063a0a886be5c1503a0c7ff1c339baf805.tar.bz2
Removing clock and timer since this BSP does not currently
have them.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/i960/i960sim/configure.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i960/i960sim/configure.in b/c/src/lib/libbsp/i960/i960sim/configure.in
index 807e362e9a..213ecb642d 100644
--- a/c/src/lib/libbsp/i960/i960sim/configure.in
+++ b/c/src/lib/libbsp/i960/i960sim/configure.in
@@ -25,10 +25,8 @@ RTEMS_PROJECT_ROOT
# Explicitly list all Makefiles here
AC_OUTPUT(
Makefile
-clock/Makefile
console/Makefile
include/Makefile
start/Makefile
startup/Makefile
-timer/Makefile
wrapup/Makefile)