From 32005a72844f2090f269f6e327c65934905f273e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 26 Jun 2015 09:40:24 +0200 Subject: bsp/mpc55xxevb: Fix configure script This was the only configure.ac file with bspopts.h present in AC_CONFIG_FILES(). This somehow prevented the generation of this file leading to build errors for this BSP. --- c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac index 218eedef43..08445fb47a 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac @@ -217,8 +217,7 @@ RTEMS_BSPOPTS_HELP([MPC55XX_NEEDS_LOW_LEVEL_INIT],[if defined, do low level init RTEMS_BSPOPTS_SET([MPC55XX_ENABLE_START_PROLOGUE],[mpc5674f_rsm6],[1]) RTEMS_BSPOPTS_HELP([MPC55XX_ENABLE_START_PROLOGUE],[if defined, enable start prologue]) -AC_CONFIG_FILES([Makefile -include/bspopts.h]) +AC_CONFIG_FILES([Makefile]) RTEMS_BSP_CLEANUP_OPTIONS(0, 1) RTEMS_BSP_LINKCMDS -- cgit v1.2.3