Initial Android target definition for trinket.

Change-Id: Ib55a9013b0fa5bcda0e5d2d17d1741e607a9c9b5
This commit is contained in:
Hari Veerubhotla
2018-10-14 17:08:35 +05:30
committed by Gerrit - the friendly Code Review server
parent 1ab95845cf
commit dcab67c504
19 changed files with 73 additions and 19 deletions

View File

@@ -39,6 +39,11 @@ ifeq ($(KERNEL_BUILD), 0)
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