source: rtems/c/src/aclocal/bsp-bootcard-options.m4 @ 2d07ce6

5
Last change on this file since 2d07ce6 was 2d07ce6, checked in by Sebastian Huber <sebastian.huber@…>, on 02/04/20 at 14:26:31

config: Add CONFIGURE_DIRTY_MEMORY

Replace the BSP_DIRTY_MEMORY BSP option with a CONFIGURE_DIRTY_MEMORY
configuration option.

Update #3843.

  • Property mode set to 100644
File size: 285 bytes
Line 
1dnl
2dnl BSP_BOOTCARD_OPTIONS - some autoconf voodoo to provide each BSPs'
3dnl configure script with the standard options supported by boot_card()
4dnl and other required parts of the BSP Framework.
5dnl
6
7dnl To be used in bsp-configure scripts
8
9AC_DEFUN([RTEMS_BSP_BOOTCARD_OPTIONS],[])
Note: See TracBrowser for help on using the repository browser.