summaryrefslogtreecommitdiffstats
path: root/make/custom/score603e.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:27:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-06-19 14:27:43 +0000
commit206a0b3850f1353d5d270c3651ac6cee3848587a (patch)
treef907c2a1826eaba0f3b9e0e31ce5b7f8123a4407 /make/custom/score603e.cfg
parent2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-206a0b3850f1353d5d270c3651ac6cee3848587a.tar.bz2
2001-06-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
custom/Cygwin-posix.cfg: Remove -U__STRICT_ANSI__, make-target-options. custom/FreeBSD-posix.cfg: Remove make-target-options. custom/HPUX9-posix.cfg: Dito. custom/Linux-posix.cfg: Dito. custom/Solaris-posix.cfg: Dito. custom/arm_bare_bsp.cfg: Dito. custom/armulator.cfg: Dito. custom/erc32.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/i386ex.cfg: Remove make-target-options. custom/i960sim.cfg: Remove make-target-options. custom/mvme2307.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/rxgen960.cfg: Remove make-target-options, cleanup comments. custom/score603e.cfg: Remove CONSOLE_USE_POLLED, CONSOLE_USE_INTERRUPTS. custom/vegaplus.cfg: Remove make-target-options.
Diffstat (limited to 'make/custom/score603e.cfg')
-rw-r--r--make/custom/score603e.cfg7
1 files changed, 0 insertions, 7 deletions
diff --git a/make/custom/score603e.cfg b/make/custom/score603e.cfg
index a7db5b1c8d..6f201ea304 100644
--- a/make/custom/score603e.cfg
+++ b/make/custom/score603e.cfg
@@ -33,12 +33,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# This section makes the target dependent options file.
-# CONSOLE_USE_POLLED (score603e_bsp)
-# CONSOLE_USE_INTERRUPTS (score603e_bsp)
-# The score603e console driver has the structure to operate in either
-# polled or interrupt mode. However both modes only trap to the
-# monitor currently.
-#
# SCORE603E_USE_SDS (score603e_bsp)
# SCORE603E_USE_OPEN_FIRMWARE (score603e_bsp)
# SCORE603E_USE_NONE (score603e_bsp)
@@ -63,7 +57,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
#
define make-target-options
- @echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define INITIALIZE_COM_PORTS 1" >>$@
@echo "#define SCORE603E_GENERATION $(SCORE603E_GENERATION)" >>$@
@echo "#define SCORE603E_USE_SDS 0" >>$@