From 8621ed3806677c13553b560e1661e466c70d3021 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 3 Apr 2018 07:28:03 +0200 Subject: bsps: Move config macros to RTEMS_BSP_CONFIGURE Provide HAS_NETWORKING and HAS_SMP Automake conditionals for all BSPs. This patch is a part of the BSP source reorganization. Update #3285. --- c/src/aclocal/bsp-configure.m4 | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/aclocal') diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4 index 394d64acbc..2b892e5852 100644 --- a/c/src/aclocal/bsp-configure.m4 +++ b/c/src/aclocal/bsp-configure.m4 @@ -31,7 +31,16 @@ echo "#endif /* __BSP_OPTIONS_H */" >>$tmp/config.h ]) RTEMS_PROJECT_ROOT + RTEMS_PROG_CC_FOR_TARGET + RTEMS_CANONICALIZE_TOOLS + RTEMS_PROG_CCAS + RTEMS_CHECK_MULTIPROCESSING + RTEMS_CHECK_NETWORKING + RTEMS_CHECK_SMP + + AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes") + AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_HAS_SMP" = "yes") RTEMS_BSP_BOOTCARD_OPTIONS -- cgit v1.2.3