Initial Android target definition for trinket.
Change-Id: Ib55a9013b0fa5bcda0e5d2d17d1741e607a9c9b5
diff --git a/asoc/Kbuild b/asoc/Kbuild
index d0cbef5..2481e5b 100644
--- a/asoc/Kbuild
+++ b/asoc/Kbuild
@@ -39,6 +39,11 @@
export
INCS += -include $(AUDIO_ROOT)/config/sm6150autoconf.h
endif
+ ifeq ($(CONFIG_ARCH_TRINKET), y)
+ include $(AUDIO_ROOT)/config/sm6150auto.conf
+ export
+ INCS += -include $(AUDIO_ROOT)/config/sm6150autoconf.h
+ endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf
export