Require the user to provide a BSP list when build SMP or MP.

Close 3383.
This commit is contained in:
Chris Johns
2018-04-09 16:36:12 +10:00
parent 9f6f0261c1
commit e1664027fe
4 changed files with 10 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
AC_ARG_ENABLE(rtemsbsp,
[AS_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
[BSPs to include in build])],
[BSPs to include in build, required for SMP and MP builds])],
[case "${enable_rtemsbsp}" in
yes ) enable_rtemsbsp="" ;;
no ) enable_rtemsbsp="no" ;;