Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
dbfc6422a34d6cb28e5c0432af309b24f66ef27e
/
.
/
sound
/
sh
/
Makefile
blob: 6871dece28a550226d8718d1c235e08963927b68 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: GPL-2.0-only
#
# Makefile for ALSA
#
snd
-
aica
-
y
:=
aica
.
o
snd
-
sh_dac_audio
-
y
:=
sh_dac_audio
.
o
# Toplevel Module Dependency
obj
-
$
(
CONFIG_SND_AICA
)
+=
snd
-
aica
.
o
obj
-
$
(
CONFIG_SND_SH_DAC_AUDIO
)
+=
snd
-
sh_dac_audio
.
o