summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-09-18 14:05:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-09-18 14:05:11 +0000
commit2fd08b79e1e25c6b2f9c4a3e571e410995323195 (patch)
treea2df77b133b5b4803a7f890d75dd5b505c4d3b8d /make/custom
parentRemove (abandoned). (diff)
downloadrtems-2fd08b79e1e25c6b2f9c4a3e571e410995323195.tar.bz2
Remove obsolete vars.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/av5282.cfg34
1 files changed, 0 insertions, 34 deletions
diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg
index ffa3b7bf57..9aacef758c 100644
--- a/make/custom/av5282.cfg
+++ b/make/custom/av5282.cfg
@@ -26,40 +26,6 @@ ASFLAGS = -m528x
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
-# This target does NOT support the KA9Q TCP/IP stack so ignore requests
-# to enable it.
-#HAS_KA9Q=yes
-
-# Override default start file
-#START_BASE=start5206
-
-# This section makes the target dependent options file.
-# NDEBUG (C library)
-# if defined asserts do not generate code. This is commonly used
-# as a command line option.
-#
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
-# STACK_CHECKER_ON (RTEMS support code)
-# If defined, stack bounds checking is enabled.
-#
-# STACK_CHECKER_REPORT_USAGE (RTEMS support code)
-# If this and STACK_CHECKER_ON are defined, then a report on stack usage
-# per task is printed when the program exits.
-#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-
-define make-target-options
- @echo "/* #define NDEBUG 1 */ " >>$@
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define STACK_CHECKER_ON 1 */" >>$@
- @echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
-endef
-
-
ifndef MTARGET
MTARGET=ram
endif