Merge "ASoC: Add audio support for sdmshrike"

This commit is contained in:
Linux Build Service Account
2018-04-16 10:12:01 -07:00
committed by Gerrit - the friendly Code Review server
當前提交 5f0b5040eb
共有 10 個文件被更改,包括 59 次插入0 次删除

查看文件

@@ -20,6 +20,10 @@ ifeq ($(CONFIG_ARCH_SM8150), y)
TARGET_KERNEL_VERSION := 4.14
endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
TARGET_KERNEL_VERSION := 4.14
endif
KDIR := $(TOP)/kernel/msm-$(TARGET_KERNEL_VERSION)
ifeq ($(KERNEL_BUILD), 1)
@@ -47,6 +51,11 @@ ifeq ($(KERNEL_BUILD), 0)
export
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
endif
ifeq ($(CONFIG_ARCH_SDMSHRIKE), y)
include $(AUDIO_ROOT)/config/sdm855auto.conf
export
INCS += -include $(AUDIO_ROOT)/config/sdm855autoconf.h
endif
endif
# As per target team, build is done as follows: