Merge "ASoC: codecs: Compile wcd irq as part of CONFIG_SND_SOC_WCD_IRQ"

This commit is contained in:
Linux Build Service Account 2018-08-07 06:18:45 -07:00 committed by Gerrit - the friendly Code Review server
commit 9293b8a210

View file

@ -141,6 +141,10 @@ ifdef CONFIG_SND_SOC_MSM_HDMI_CODEC_RX
HDMICODEC_OBJS += msm_hdmi_codec_rx.o
endif
ifdef CONFIG_SND_SOC_WCD_IRQ
CORE_OBJS += wcd-irq.o
endif
LINUX_INC += -Iinclude/linux
INCS += $(COMMON_INC) \