Makefile 222 字节
Newer Older
1
# i.MX Platform Support
2
snd-soc-imx-objs := imx-ssi.o imx-pcm-fiq.o imx-pcm-dma-mx2.o
3

4 5 6 7 8
ifdef CONFIG_MACH_MX27
snd-soc-imx-objs += imx-pcm-dma-mx2.o
endif

obj-$(CONFIG_SND_IMX_SOC) += snd-soc-imx.o
9 10

# i.MX Machine Support