summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68360.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/gen68360.cfg5
1 files changed, 0 insertions, 5 deletions
diff --git a/make/custom/gen68360.cfg b/make/custom/gen68360.cfg
index ec6be076a4..0f3807cb43 100644
--- a/make/custom/gen68360.cfg
+++ b/make/custom/gen68360.cfg
@@ -69,10 +69,6 @@ START_BASE=start360
# RTEMS_DEBUG (RTEMS)
# If defined, debug checks in RTEMS and support library code are enabled.
#
-# M360_SMC1_INTERRUPT (gen68360 BSP)
-# If defined, then the console driver operates in interrupt mode.
-# Otherwise it operates in polled mode.
-#
define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@@ -80,7 +76,6 @@ define make-target-options
@echo "/* #define STACK_CHECKER_ON 1 */" >>$@
@echo "/* #define STACK_CHECKER_REPORT_USAGE 1 */" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
- @echo "#define M360_SMC1_INTERRUPT 1" >>$@
endef
# The following are definitions of make-exe which will work using ld as