Audio: Add lito target for audio-kernel

Add lito target for audio-kernel modules.

Change-Id: Ic8b43df74504950e4baad9701abeddcf8f30b420
Signed-off-by: Vatsal Bucha <vbucha@codeaurora.org>
Cette révision appartient à :
Vatsal Bucha
2019-04-01 15:34:50 +05:30
révisé par Gerrit - the friendly Code Review server
Parent 73ef46997a
révision d284ff1e0c
16 fichiers modifiés avec 90 ajouts et 10 suppressions

Voir le fichier

@@ -15,9 +15,13 @@ ifeq ($(call is-board-platform,kona),true)
AUDIO_SELECT := CONFIG_SND_SOC_KONA=m
endif
ifeq ($(call is-board-platform,lito),true)
AUDIO_SELECT := CONFIG_SND_SOC_LITO=m
endif
AUDIO_CHIPSET := audio
# Build/Package only in case of supported target
ifeq ($(call is-board-platform-in-list,msmnile $(MSMSTEPPE) $(TRINKET) kona),true)
ifeq ($(call is-board-platform-in-list,msmnile $(MSMSTEPPE) $(TRINKET) kona lito),true)
LOCAL_PATH := $(call my-dir)