Makefile 314 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0
  2. # platform driver
  3. snd-soc-mt6797-afe-objs := \
  4. mt6797-afe-pcm.o \
  5. mt6797-afe-clk.o \
  6. mt6797-dai-pcm.o \
  7. mt6797-dai-hostless.o \
  8. mt6797-dai-adda.o
  9. obj-$(CONFIG_SND_SOC_MT6797) += snd-soc-mt6797-afe.o
  10. # machine driver
  11. obj-$(CONFIG_SND_SOC_MT6797_MT6351) += mt6797-mt6351.o