repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
sound
/
soc
/
mediatek
/
mt6797
/
Makefile
blob
bf6e179ea93ff1c01c5ec1228475d06466987cd9
1
# SPDX-License-Identifier: GPL-2.0
2
3
# platform driver
4
snd-soc-mt6797-afe-objs
:=
\
5
mt6797-afe-pcm.o \
6
mt6797-afe-clk.o \
7
mt6797-dai-pcm.o \
8
mt6797-dai-hostless.o \
9
mt6797-dai-adda.o
10
11
obj-
$(
CONFIG_SND_SOC_MT6797
) +=
snd-soc-mt6797-afe.o
12
13
# machine driver
14
obj-
$(
CONFIG_SND_SOC_MT6797_MT6351
) +=
mt6797-mt6351.o