summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh2
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 15:04:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 15:04:08 +0000
commita2e672351d4e63744291fae371dd9e24266d3b5f (patch)
tree9c2aa183395ff2d6c025e4259d7f6511a961f457 /c/src/lib/libbsp/sh/gensh2
parent2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a2e672351d4e63744291fae371dd9e24266d3b5f.tar.bz2
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Add bspopts.h. * include/.cvsignore: Add bspopts.h*, stamp-h*. * include/Makefile.am: Use *_HEADERS instead of *H_FILES. * include/bsp.h: Include bspopts.h. * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh2')
-rw-r--r--c/src/lib/libbsp/sh/gensh2/ChangeLog8
-rw-r--r--c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am2
2 files changed, 9 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh2/ChangeLog b/c/src/lib/libbsp/sh/gensh2/ChangeLog
index d093ae5bf4..0613ad69eb 100644
--- a/c/src/lib/libbsp/sh/gensh2/ChangeLog
+++ b/c/src/lib/libbsp/sh/gensh2/ChangeLog
@@ -1,3 +1,11 @@
+2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.in: Add bspopts.h.
+ * include/.cvsignore: Add bspopts.h*, stamp-h*.
+ * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
+ * include/bsp.h: Include bspopts.h.
+ * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
+
2001-06-19 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
diff --git a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
index 30b3fa4c1b..eacbcbb876 100644
--- a/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh2/scitab/Makefile.am
@@ -25,7 +25,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
- $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
+ $(SHGEN) -H @CPU_CLOCK_RATE_HZ@ sci > $@
# the .rel file built here will be put into libbsp.a by ../wrapup/Makefile