source: rtems/c/src/lib/libbsp/bfin/bf537Stamp/configure.ac @ d1be26b

4.104.115
Last change on this file since d1be26b was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 1017 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2##
3## $Id$
4##
5
6AC_PREREQ(2.60)
7AC_INIT([rtems-c-src-lib-libbsp-bfin-bf537Stamp],[_RTEMS_VERSION],[http://www.rtems.org/bugzilla])
8AC_CONFIG_SRCDIR([bsp_specs])
9RTEMS_TOP(../../../../../..)
10
11RTEMS_CANONICAL_TARGET_CPU
12AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.10])
13RTEMS_BSP_CONFIGURE
14
15RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
16RTEMS_CANONICALIZE_TOOLS
17RTEMS_PROG_CCAS
18
19RTEMS_CHECK_NETWORKING
20AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
21
22## bsp-specific options
23RTEMS_BSPOPTS_SET([CONSOLE_USE_INTERRUPTS],[*],[0])
24RTEMS_BSPOPTS_HELP([CONSOLE_USE_INTERRUPTS],
25[The console driver can operate in either polled or interrupt mode.])
26
27RTEMS_BSPOPTS_SET([BFIN_ON_SKYEYE],[*],[0])
28RTEMS_BSPOPTS_HELP([BFIN_ON_SKYEYE],
29[(BSP--Skyeye)
30 If defined, disable features which are not supported on Skyeye.])
31
32RTEMS_BSP_BOOTCARD_OPTIONS
33RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
34
35# Explicitly list all Makefiles here
36AC_CONFIG_FILES([Makefile])
37AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.