summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-rtemsbsp.m4
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-28 06:59:16 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-28 06:59:52 +0200
commita03178ba65ff6919b86c016be0b444d33fbac31c (patch)
treef7c5988cdeea4796b7e844b2de1a509e90ed6e19 /aclocal/enable-rtemsbsp.m4
parentgumstix: Remove CONFIGURE_INTERRUPT_STACK_MEMORY (diff)
downloadrtems-a03178ba65ff6919b86c016be0b444d33fbac31c.tar.bz2
build: Fix typo in RTEMS_ENABLE_RTEMSBSP()
Diffstat (limited to 'aclocal/enable-rtemsbsp.m4')
-rw-r--r--aclocal/enable-rtemsbsp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal/enable-rtemsbsp.m4 b/aclocal/enable-rtemsbsp.m4
index 98c26687b2..517190b03d 100644
--- a/aclocal/enable-rtemsbsp.m4
+++ b/aclocal/enable-rtemsbsp.m4
@@ -35,7 +35,7 @@ AC_ARG_ENABLE(rtemsbsp,
if test x$bsp = x$cfg_bsp; then
cfg_arch=$(echo ${bsp_path} | sed -e "s/${libbsp_e}*\///" -e 's/\/.*//')
case ${cfg_arch} in
- ${target_arch$}* )
+ ${target_arch}* )
;;
* )
AC_MSG_ERROR([BSP '$bsp' architecture does not match the --target architecture, run 'rtems-bsp' (in the top of the source tree) for a valid BSP list])