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>
This commit is contained in:

committato da
Gerrit - the friendly Code Review server

parent
73ef46997a
commit
d284ff1e0c
@@ -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)
|
||||
|
||||
|
Fai riferimento in un nuovo problema
Block a user