ASoC: sdm660 audio bring up changes

Enable compilation of ipc, soc, dsp and
asoc components for sdm660 target.

Change-Id: I5f575fcbca4d4e2e2ef6fcb8705d6bf3d54bcf61
Signed-off-by: Soumya Managoli <smanag@codeaurora.org>
diff --git a/dsp/Kbuild b/dsp/Kbuild
index 43180e7..490b458 100644
--- a/dsp/Kbuild
+++ b/dsp/Kbuild
@@ -76,6 +76,11 @@
 		export
 		INCS    +=  -include $(AUDIO_ROOT)/config/gvmautoconf.h
 	endif
+	ifeq ($(CONFIG_ARCH_SDM660), y)
+		include $(AUDIO_ROOT)/config/sdm660auto.conf
+		export
+		INCS    +=  -include $(AUDIO_ROOT)/config/sdm660autoconf.h
+	endif
 endif