Makefile 172 B

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