summaryrefslogtreecommitdiffstats
path: root/make/custom/ts_386ex.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 18:59:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 18:59:05 +0000
commit44ff1c320440fa41f6bae6419bf5e9e262074816 (patch)
tree22b16313e50daea9f6ce99f08a8786ee7bbae748 /make/custom/ts_386ex.cfg
parent2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-44ff1c320440fa41f6bae6419bf5e9e262074816.tar.bz2
2001-11-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/ts_386ex.cfg: Remove make-target-options.
Diffstat (limited to '')
-rw-r--r--make/custom/ts_386ex.cfg13
1 files changed, 0 insertions, 13 deletions
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 4294a749aa..1884ebe621 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -25,19 +25,6 @@ CFLAGS_OPTIMIZE_V= -O4
# This section makes the target dependent options file.
-# BSP_DEBUG (BSP)
-# Enables some debugging in the BSP package.
-#
-# LOAD_RTC_AT_START (BSP)
-# Initialize RTC and load into system clock at startup. This will break
-# some tests.
-
-define make-target-options
- @echo "/* #define UARTDEBUG 1 */" >>$@
- @echo "/* #define BSP_DEBUG 1 */" >>$@
- @echo "#define LOAD_RTC_AT_START 1" >>$@
-endef
-
# Something like this should produce a map file but this does not work.
# -Xlinker "-Map $(basename $@).map" $(LINK_OBJS)