summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to '')
-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