Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1ee49904 authored by Md Mansoor Ahmed's avatar Md Mansoor Ahmed
Browse files

hal: Update configure.ac for sdmsteppe target



Add check for sdmsteppe target to select platform file
during compilation.

Change-Id: I3586e9de860c05c96aec7b4aedb8faf11a80637c
Signed-off-by: default avatarMd Mansoor Ahmed <mansoor@codeaurora.org>
parent 14321c9b
Loading
Loading
Loading
Loading

configure.ac

100644 → 100755
+4 −0
Original line number Diff line number Diff line
@@ -81,6 +81,10 @@ if (test x$TARGET_SUPPORT = x8x96autogvmquintcu); then
         AC_SUBST([TARGET_PLATFORM], ["msm8974"])
         TARGET_CFLAGS="-DPLATFORM_MSM8996"
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])