Makefile 309 B

123456789101112
  1. # i.MX Platform Support
  2. snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o
  3. ifdef CONFIG_MACH_MX27
  4. snd-soc-imx-objs += imx-pcm-dma-mx2.o
  5. endif
  6. obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
  7. # i.MX Machine Support
  8. snd-soc-phycore-ac97-objs := phycore-ac97.o
  9. obj-$(CONFIG_SND_SOC_PHYCORE_AC97) += snd-soc-phycore-ac97.o