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
committad av Tanya Dixit
förälder 65538ee5e9
incheckning ad978894b9
9 ändrade filer med 16 tillägg och 8 borttagningar

Visa fil

@@ -31,7 +31,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