Configure CONFIG_ARCH to enable compilation

Use CONFIG_ARCH_SM6150 for Talos to enable
proper compilation.

Change-Id: I14e06122116c431bf4b99da3a061d165f68e0d4f
Signed-off-by: Tanya Dixit <tdixit@codeaurora.org>
This commit is contained in:
Salendarsingh Gaud
2018-05-14 16:53:09 +05:30
committed by Tanya Dixit
parent 65538ee5e9
commit ad978894b9
9 changed files with 16 additions and 8 deletions

View File

@@ -30,7 +30,7 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
endif
ifeq ($(CONFIG_ARCH_SDM640), y)
ifeq ($(CONFIG_ARCH_SM6150), y)
include $(AUDIO_ROOT)/config/sm8150auto.conf
export
INCS += -include $(AUDIO_ROOT)/config/sm8150autoconf.h