yate: fix a typo
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
parent
7a606b0632
commit
f7a1941430
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ CONFIGURE_ARGS+= \
|
|||
--without-doxygen \
|
||||
--without-kdoc
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-isaccodec),)
|
||||
ifneq ($(CONFIG_PACKAGE_$(PKG_NAME)-mod-isaccodec),)
|
||||
CONFIGURE_ARGS+=$(if $(CONFIG_SOFT_FLOAT),--disable-isac-float --enable-isac-fixed,--disable-isac-fixed --enable-isac-float)
|
||||
else
|
||||
CONFIGURE_ARGS+= \
|
||||
|
|
Loading…
Reference in a new issue