|
@@ -16,7 +16,7 @@ endif
|
|
ifeq ($(CONFIG_ARCH_SDM670), y)
|
|
ifeq ($(CONFIG_ARCH_SDM670), y)
|
|
TARGET_KERNEL_VERSION := 4.9
|
|
TARGET_KERNEL_VERSION := 4.9
|
|
endif
|
|
endif
|
|
-ifeq ($(CONFIG_ARCH_SDM855), y)
|
|
|
|
|
|
+ifeq ($(CONFIG_ARCH_SM8150), y)
|
|
TARGET_KERNEL_VERSION := 4.14
|
|
TARGET_KERNEL_VERSION := 4.14
|
|
endif
|
|
endif
|
|
|
|
|
|
@@ -42,7 +42,7 @@ ifeq ($(KERNEL_BUILD), 0)
|
|
export
|
|
export
|
|
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
|
|
INCS += -include $(AUDIO_ROOT)/config/sdm670autoconf.h
|
|
endif
|
|
endif
|
|
- ifeq ($(CONFIG_ARCH_SDM855), y)
|
|
|
|
|
|
+ ifeq ($(CONFIG_ARCH_SM8150), y)
|
|
include $(AUDIO_ROOT)/config/sdm855auto.conf
|
|
include $(AUDIO_ROOT)/config/sdm855auto.conf
|
|
export
|
|
export
|
|
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
|
|
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
|