1 # SPDX-License-Identifier: GPL-2.0-only << 2 # 1 # 3 # Makefile for ALSA 2 # Makefile for ALSA 4 # 3 # 5 4 6 snd-aica-y := aica.o !! 5 snd-aica-objs := aica.o 7 snd-sh_dac_audio-y := sh_dac_audio.o << 8 6 9 # Toplevel Module Dependency 7 # Toplevel Module Dependency 10 obj-$(CONFIG_SND_AICA) += snd-aica.o 8 obj-$(CONFIG_SND_AICA) += snd-aica.o 11 obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_a <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.