|
@@ -9,12 +9,10 @@ obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o
|
|
|
obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o
|
|
|
|
|
|
# Platform Support
|
|
|
-snd-soc-sst-haswell-pcm-objs := \
|
|
|
- sst-haswell-ipc.o sst-haswell-pcm.o sst-haswell-dsp.o
|
|
|
+obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
|
|
|
snd-soc-sst-baytrail-pcm-objs := \
|
|
|
sst-baytrail-ipc.o sst-baytrail-pcm.o sst-baytrail-dsp.o
|
|
|
|
|
|
-obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += snd-soc-sst-haswell-pcm.o
|
|
|
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += snd-soc-sst-baytrail-pcm.o
|
|
|
|
|
|
# Machine support
|