summaryrefslogtreecommitdiffstats
path: root/make/custom/default.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/default.cfg')
-rw-r--r--make/custom/default.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/custom/default.cfg b/make/custom/default.cfg
index dcb7a92c3a..d8c56518d2 100644
--- a/make/custom/default.cfg
+++ b/make/custom/default.cfg
@@ -71,6 +71,13 @@ else
HAS_NETWORKING=no
endif
+# Define this to yes if this target wants the remote debugger
+ifeq ($(RTEMS_HAS_RDBG),yes)
+HAS_RDBG=yes
+else
+HAS_RDBG=no
+endif
+
# Define this to yes if this target wants the posix api
ifeq ($(RTEMS_HAS_POSIX_API),yes)
HAS_POSIX_API=yes