Makefile 249 B

1234567891011
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Makefile for ALSA
  4. #
  5. snd-aica-objs := aica.o
  6. snd-sh_dac_audio-objs := sh_dac_audio.o
  7. # Toplevel Module Dependency
  8. obj-$(CONFIG_SND_AICA) += snd-aica.o
  9. obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o