summaryrefslogtreecommitdiffstats
path: root/make/custom/dmv152.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/dmv152.cfg8
1 files changed, 6 insertions, 2 deletions
diff --git a/make/custom/dmv152.cfg b/make/custom/dmv152.cfg
index 80458060ef..8b38cd4096 100644
--- a/make/custom/dmv152.cfg
+++ b/make/custom/dmv152.cfg
@@ -19,6 +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
@@ -43,8 +47,8 @@ define make-target-options
@echo "/* #define NDEBUG 1 */ " >>$@
@echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "/* #define RTEMS_DEBUG 1 */" >>$@
- @echo "#define USE_CHANNEL_A 1" >>$@
- @echo "#define USE_CHANNEL_B 0" >>$@
+# @echo "#define USE_CHANNEL_A 1" >>$@
+# @echo "#define USE_CHANNEL_B 0" >>$@
endef
# Here is the rule to actually build a $(ARCH)/foo.exe