summaryrefslogtreecommitdiffstats
path: root/make/custom/score603e.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/score603e.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index 67e9534ea5..879491d4b6 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -41,9 +41,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# RTEMS_TEST_NO_PAUSE (RTEMS tests)
# do not pause between screens of output in the rtems tests
#
-# RTEMS_DEBUG (RTEMS)
-# If defined, debug checks in RTEMS and support library code are enabled.
-#
# CONSOLE_USE_POLLED (score603e_bsp)
# CONSOLE_USE_INTERRUPTS (score603e_bsp)
# The score603e console driver has the structure to operate in either
@@ -76,7 +73,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
- @echo "/* #define RTEMS_DEBUG 1 */" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@
@echo "#define SCORE603E_GENERATION $(SCORE603E_GENERATION)" >>$@