mirror of https://github.com/thesofproject/sof.git
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:
parent
6900f4d094
commit
7f35266a78
|
@ -233,9 +233,8 @@ AC_ARG_WITH([dsp-core],
|
||||||
[], [with_dsp_core=no])
|
[], [with_dsp_core=no])
|
||||||
|
|
||||||
case "$with_dsp_core" in
|
case "$with_dsp_core" in
|
||||||
CHT_audio_hifiep*)
|
*)
|
||||||
# BXT/CHT DSP Core
|
XTENSA_CORE="$with_dsp_core"
|
||||||
XTENSA_CORE="CHT_audio_hifiep"
|
|
||||||
AC_SUBST(XTENSA_CORE)
|
AC_SUBST(XTENSA_CORE)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue