summaryrefslogtreecommitdiffstats
path: root/make/custom/dmv152.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:53:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-15 16:53:10 +0000
commit3460525e86e33e42a66856da3a2d7d3fa4967e1e (patch)
tree16b5c301d15234f5204c48765db75056b2a3f437 /make/custom/dmv152.cfg
parent2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3460525e86e33e42a66856da3a2d7d3fa4967e1e.tar.bz2
2001-11-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/dmv152: Remove USE_CONSOLE_A, Remove USE_CONSOLE_B, remove make-target-options, remove BSP_CPPFLAGS.
Diffstat (limited to 'make/custom/dmv152.cfg')
-rw-r--r--make/custom/dmv152.cfg15
1 files changed, 0 insertions, 15 deletions
diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg
index b9cb7a3c5b..c41ec347ba 100644
--- a/make/custom/dmv152.cfg
+++ b/make/custom/dmv152.cfg
@@ -19,25 +19,10 @@ RTEMS_BSP_FAMILY=dmv152
CPU_CFLAGS =
-# BSP specific preprocessor flags.
-# These should only be used in BSP dependent directories.
-BSP_CPPFLAGS = -DUSE_CHANNEL_A
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
-# This section makes the target dependent options file.
-# USE_CHANNEL_A (DMV152)
-# USE_CHANNEL_B (DMV152)
-# One and only one of these should be set to 1 to indicate which
-# serial port is used as the RTEMS console.
-
-define make-target-options
-# @echo "#define USE_CHANNEL_A 1" >>$@
-# @echo "#define USE_CHANNEL_B 0" >>$@
-endef
-
# Here is the rule to actually build a $(ARCH)/foo.exe
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
# Usage ref: src/tests/sptest/sp1/Makefile