projects
/
platform
/
kernel
/
linux-starfive.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Bluetooth: Fix the potential crash issue
[platform/kernel/linux-starfive.git]
/
sound
/
sh
/
Makefile
1
# SPDX-License-Identifier: GPL-2.0-only
2
#
3
# Makefile for ALSA
4
#
5
6
snd-aica-objs := aica.o
7
snd-sh_dac_audio-objs := sh_dac_audio.o
8
9
# Toplevel Module Dependency
10
obj-$(CONFIG_SND_AICA) += snd-aica.o
11
obj-$(CONFIG_SND_SH_DAC_AUDIO) += snd-sh_dac_audio.o