4.104.115
Line | |
---|
1 | ## |
---|
2 | # |
---|
3 | # @file |
---|
4 | # |
---|
5 | # @ingroup mpc55xx_config |
---|
6 | # |
---|
7 | # @brief Configure script of LibBSP for the LPC247X boards. |
---|
8 | # |
---|
9 | |
---|
10 | AC_PREREQ(2.59) |
---|
11 | AC_INIT([rtems-c-src-lib-libbsp-arm-lpc247x],[_RTEMS_VERSION],[rtems-bugs@rtems.com]) |
---|
12 | AC_CONFIG_SRCDIR([bsp_specs]) |
---|
13 | RTEMS_TOP(../../../../../..) |
---|
14 | |
---|
15 | RTEMS_CANONICAL_TARGET_CPU |
---|
16 | AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.9]) |
---|
17 | RTEMS_BSP_CONFIGURE |
---|
18 | |
---|
19 | RTEMS_PROG_CC_FOR_TARGET([-fasm]) |
---|
20 | RTEMS_CANONICALIZE_TOOLS |
---|
21 | RTEMS_PROG_CCAS |
---|
22 | |
---|
23 | RTEMS_CHECK_NETWORKING |
---|
24 | AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") |
---|
25 | |
---|
26 | RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION |
---|
27 | |
---|
28 | AC_CONFIG_FILES([Makefile]) |
---|
29 | AC_OUTPUT |
---|
Note: See
TracBrowser
for help on using the repository browser.