configure: Fix --with-dsp-core flag

--with-dsp-core flag should accept every core name.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2018-04-05 17:20:09 +02:00 committed by Liam Girdwood
parent 6900f4d094
commit 7f35266a78
1 changed files with 2 additions and 3 deletions

View File

@ -233,9 +233,8 @@ AC_ARG_WITH([dsp-core],
[], [with_dsp_core=no])
case "$with_dsp_core" in
CHT_audio_hifiep*)
# BXT/CHT DSP Core
XTENSA_CORE="CHT_audio_hifiep"
*)
XTENSA_CORE="$with_dsp_core"
AC_SUBST(XTENSA_CORE)
;;