diff options
Diffstat (limited to 'sound/soc/intel/Makefile')
| -rw-r--r-- | sound/soc/intel/Makefile | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sound/soc/intel/Makefile b/sound/soc/intel/Makefile index 62de82af6703..cd9aee9871a3 100644 --- a/sound/soc/intel/Makefile +++ b/sound/soc/intel/Makefile | |||
| @@ -1,19 +1,10 @@ | |||
| 1 | # Core support | 1 | # Core support |
| 2 | obj-$(CONFIG_SND_SOC_INTEL_SST) += common/ | 2 | obj-$(CONFIG_SND_SOC_INTEL_SST) += common/ |
| 3 | 3 | ||
| 4 | snd-soc-sst-mfld-platform-objs := sst-mfld-platform-pcm.o \ | ||
| 5 | sst-mfld-platform-compress.o sst-atom-controls.o | ||
| 6 | snd-soc-mfld-machine-objs := mfld_machine.o | ||
| 7 | |||
| 8 | obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += snd-soc-sst-mfld-platform.o | ||
| 9 | obj-$(CONFIG_SND_MFLD_MACHINE) += snd-soc-mfld-machine.o | ||
| 10 | |||
| 11 | # Platform Support | 4 | # Platform Support |
| 12 | obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/ | 5 | obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/ |
| 13 | obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ | 6 | obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/ |
| 7 | obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += atom/ | ||
| 14 | 8 | ||
| 15 | # Machine support | 9 | # Machine support |
| 16 | obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/ | 10 | obj-$(CONFIG_SND_SOC_INTEL_SST) += boards/ |
| 17 | |||
| 18 | # DSP driver | ||
| 19 | obj-$(CONFIG_SND_SST_IPC) += sst/ | ||
