[PATCH v2 1/5] bsps: Add RTEMS_BSP to bspopts.h

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 4 08:14:54 UTC 2018


This patch is a part of the BSP source reorganization.

Update #3285.
---
 c/src/aclocal/bsp-configure.m4 | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 6f560fd3f5..394d64acbc 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -34,4 +34,7 @@ echo "#endif /* __BSP_OPTIONS_H */"                   >>$tmp/config.h
   RTEMS_CHECK_MULTIPROCESSING
 
   RTEMS_BSP_BOOTCARD_OPTIONS
+
+  RTEMS_BSPOPTS_HELP([RTEMS_BSP],[The RTEMS BSP name])
+  RTEMS_BSPOPTS_SET([RTEMS_BSP],[*],[$RTEMS_BSP])
 ])
-- 
2.12.3



More information about the devel mailing list