build: Fix typo in RTEMS_ENABLE_RTEMSBSP()

This commit is contained in:
Sebastian Huber
2018-05-28 06:59:16 +02:00
parent 3b2817b6e5
commit a03178ba65

View File

@@ -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])