mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-03-11 23:27:42 +07:00
10 lines
214 B
Makefile
10 lines
214 B
Makefile
![]() |
#
|
||
|
# Jz4740 Platform Support
|
||
|
#
|
||
|
snd-soc-jz4740-objs := jz4740-pcm.o
|
||
|
snd-soc-jz4740-i2s-objs := jz4740-i2s.o
|
||
|
|
||
|
obj-$(CONFIG_SND_JZ4740_SOC) += snd-soc-jz4740.o
|
||
|
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
|
||
|
|