summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:38:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-05 13:38:20 +0000
commit60391a2c16936fc896a9816fd4758f6fd40ca3a8 (patch)
treeb8507c7e399f331cf6d18d1c757cb821fa298a43 /c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
parent2001-01-05 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-60391a2c16936fc896a9816fd4758f6fd40ca3a8.tar.bz2
2001-01-05 Joel Sherrill <joel@OARcorp.com>
* scitab/Makefile.am, startup/bspstart.c, configure.in: Removed rest of make-target-options and moved them to BSP configure options.
Diffstat (limited to 'c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am')
-rw-r--r--c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
index 3f08ddfafd..bf1550749a 100644
--- a/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
+++ b/c/src/lib/libbsp/sh/gensh1/scitab/Makefile.am
@@ -27,7 +27,7 @@ $(PGM): $(OBJS)
$(make-rel)
scitab.c: $(SHGEN)
- $(SHGEN) -H $(HZ) sci > $@
+ $(SHGEN) -H $(CPU_CLOCK_RATE_HZ) sci > $@
all-local: $(ARCH) $(OBJS) $(PGM)