summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac1
2 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c1016758ef..f486bf8fa8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
+ * configure.ac: Add score/cpu/no_cpu/Makefile.
+
+2004-10-27 Ralf Corsepius <ralf_corsepius@rtems.org>
+
* Makefile.am, configure.ac: Add httpd.
* httpd/asp.c, httpd/balloc.c, httpd/cgi.c, httpd/default.c,
httpd/ej.h, httpd/ejIntrn.h, httpd/ejlex.c, httpd/ejparse.c,
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 7d4f8b7503..d72d438250 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -292,6 +292,7 @@ score/cpu/powerpc/Makefile
score/cpu/sh/Makefile
score/cpu/sparc/Makefile
score/cpu/unix/Makefile
+score/cpu/no_cpu/Makefile
posix/Makefile
itron/Makefile
libblock/Makefile