1# SYNOPSYS Platform Support 2obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o 3ifdef CONFIG_SND_DESIGNWARE_PCM 4obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_pcm.o 5endif 6
1# SYNOPSYS Platform Support 2obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o 3ifdef CONFIG_SND_DESIGNWARE_PCM 4obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_pcm.o 5endif 6