summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/make/bsp.cfg.in')
-rw-r--r--c/src/make/bsp.cfg.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in
new file mode 100644
index 0000000000..f2acdebb4c
--- /dev/null
+++ b/c/src/make/bsp.cfg.in
@@ -0,0 +1,9 @@
+##
+## Does this BSP support multiprocessing ?
+##
+HAS_MP = @HAS_MP@
+
+##
+## Does this BSP support RTEMS's remote debugger ?
+##
+HAS_RDBG = @HAS_RDBG@