summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-26 09:40:24 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-06-26 09:40:24 +0200
commit32005a72844f2090f269f6e327c65934905f273e (patch)
tree4e6f573707d6485fa964c8c33290805531521814
parentbsps/arm: Update due to API changes (diff)
downloadrtems-32005a72844f2090f269f6e327c65934905f273e.tar.bz2
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.
-rw-r--r--c/src/lib/libbsp/powerpc/mpc55xxevb/configure.ac3
1 files changed, 1 insertions, 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