12 lines
321 B
Makefile
12 lines
321 B
Makefile
|
# Core support
|
||
|
obj-$(CONFIG_SND_SOC_INTEL_SST) += common/
|
||
|
|
||
|
# Platform Support
|
||
|
obj-$(CONFIG_SND_SOC_INTEL_HASWELL) += haswell/
|
||
|
obj-$(CONFIG_SND_SOC_INTEL_BAYTRAIL) += baytrail/
|
||
|
obj-$(CONFIG_SND_SST_MFLD_PLATFORM) += atom/
|
||
|
obj-$(CONFIG_SND_SOC_INTEL_SKYLAKE) += skylake/
|
||
|
|
||
|
# Machine support
|
||
|
obj-$(CONFIG_SND_SOC) += boards/
|