Merge "hal: Update configure.ac for sdmsteppe target"

This commit is contained in:
Linux Build Service Account 2018-11-24 23:09:30 -08:00 committed by Gerrit - the friendly Code Review server
commit 97d8a0c46e
1 changed files with 4 additions and 1 deletions

5
configure.ac Normal file → Executable file
View File

@ -89,7 +89,10 @@ if (test x$TARGET_SUPPORT = xqcs40x); then
AC_SUBST([TARGET_PLATFORM], ["msm8974"])
TARGET_CFLAGS=" -DPLATFORM_QCS405"
fi
if (test x$TARGET_SUPPORT = xsdmsteppe); then
AC_SUBST([TARGET_PLATFORM], ["msm8974"])
TARGET_CFLAGS="-DPLATFORM_MSMSTEPPE"
fi
AC_SUBST([TARGET_CFLAGS])
AM_CONDITIONAL([QTI_AUDIO_SERVER_ENABLED],[test x$BOARD_SUPPORTS_QTI_AUDIO_SERVER = xtrue])