summaryrefslogtreecommitdiffstats
path: root/c/src/make/bsp.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--c/src/make/bsp.cfg.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/make/bsp.cfg.in b/c/src/make/bsp.cfg.in
index 356dd72c20..e0ddae8cda 100644
--- a/c/src/make/bsp.cfg.in
+++ b/c/src/make/bsp.cfg.in
@@ -16,6 +16,11 @@ HAS_RDBG = @HAS_RDBG@
HAS_POSIX_API = @HAS_POSIX_API@
##
+## Does this BSP support RTEMS's ITRON API ?
+##
+HAS_ITRON_API = @HAS_ITRON_API@
+
+##
## Does this BSP support RTEMS's CXX API ?
##
HAS_CPLUSPLUS = @HAS_CPLUSPLUS@