Makefile 463 B

1234567891011121314151617
  1. # Sunxi Read/Write Platform Codec
  2. obj-$(SND_CODEC_SUNXI_RWFUNC) += sunxi_rw_func.o
  3. # Sun8iw19p1 Platform Codec
  4. obj-$(CONFIG_SND_CODEC_SUN8IW18_AUDIOCODEC) += sun8iw18-codec.o
  5. # Sun8iw19p1 Platform Codec
  6. obj-$(CONFIG_SND_CODEC_SUN8IW19_AUDIOCODEC) += sun8iw19-codec.o
  7. # Sun8iw20p1 Platform Codec
  8. obj-$(CONFIG_SND_CODEC_SUN8IW20_AUDIOCODEC) += sun8iw20-codec.o
  9. # Common dummy_codec
  10. obj-y += dummy_codec.o
  11. # AC108 Codec
  12. obj-$(CONFIG_SND_CODEC_AC108) += ac108.o