2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2007-05-18 05:26:59 -07:00
|
|
|
#
|
|
|
|
# Makefile for ALSA
|
|
|
|
#
|
|
|
|
|
2024-05-07 06:55:09 -07:00
|
|
|
snd-aica-y := aica.o
|
|
|
|
snd-sh_dac_audio-y := sh_dac_audio.o
|
2007-05-18 05:26:59 -07:00
|
|
|
|
|
|
|
# Toplevel Module Dependency
|
|
|
|
obj-$(CONFIG_SND_AICA) += snd-aica.o
|
2009-11-03 13:16:27 -07:00
|
|
|
obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o
|