summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh1.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-11 16:51:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-11 16:51:57 +0000
commitbaf22b93bd1e5796e7140f8ca6311bc4422af335 (patch)
treed339ffbace2ef044335944011e0b3010b54a486f /make/custom/gensh1.cfg
parent2001-05-10 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-baf22b93bd1e5796e7140f8ca6311bc4422af335.tar.bz2
2001-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh1.cfg: Remove HZ, BSP_CPPFLAGS. * custom/gensh2.cfg: Dito.
Diffstat (limited to '')
-rw-r--r--make/custom/gensh1.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index d824d42364..df1db6a9b2 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -8,8 +8,6 @@
# $Id$
#
-# HZ=20000000
-
include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=sh
@@ -18,10 +16,6 @@ RTEMS_CPU_MODEL=sh7032
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gensh1
-# BSP specific preprocessor flags.
-# These should only be used in BSP dependent directories.
-# BSP_CPPFLAGS=-DHZ=$(CPU_CLOCK_RATE_HZ)
-
#
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.