source: rtems/aclocal/enable-rtemsbsp.m4 @ 5a4bb75

4.115
Last change on this file since 5a4bb75 was 27272db3, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 07:00:16

Remove CVS-Ids.

  • Property mode set to 100644
File size: 471 bytes
Line 
1dnl Override the set of BSPs to be built.
2dnl used by the toplevel configure script
3dnl RTEMS_ENABLE_RTEMSBSP(rtems_bsp_list)
4AC_DEFUN([RTEMS_ENABLE_RTEMSBSP],
5[
6AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
7AC_ARG_ENABLE(rtemsbsp,
8[AS_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
9[BSPs to include in build])],
10[case "${enable_rtemsbsp}" in
11  yes ) enable_rtemsbsp="" ;;
12  no ) enable_rtemsbsp="no" ;;
13  *) enable_rtemsbsp="$enable_rtemsbsp" ;;
14esac],[enable_rtemsbsp=""])
15])
Note: See TracBrowser for help on using the repository browser.