mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
ASoC: mediatek: Use *-y instead of *-objs in Makefile
*-objs suffix is reserved rather for (user-space) host programs while usually *-y suffix is used for kernel drivers (although *-objs works for that purpose for now). Let's correct the old usages of *-objs in Makefiles. Signed-off-by: Takashi Iwai <tiwai@suse.de> Link: https://lore.kernel.org/r/20240507155540.24815-17-tiwai@suse.de Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
3299aa652d
commit
9d819c244a
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# platform driver
|
||||
snd-soc-mtk-common-objs := mtk-afe-platform-driver.o mtk-afe-fe-dai.o mtk-dsp-sof-common.o mtk-soundcard-driver.o
|
||||
snd-soc-mtk-common-objs += mtk-dai-adda-common.o
|
||||
snd-soc-mtk-common-y := mtk-afe-platform-driver.o mtk-afe-fe-dai.o mtk-dsp-sof-common.o mtk-soundcard-driver.o
|
||||
snd-soc-mtk-common-y += mtk-dai-adda-common.o
|
||||
|
||||
obj-$(CONFIG_SND_SOC_MEDIATEK) += snd-soc-mtk-common.o
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# platform driver
|
||||
snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
|
||||
snd-soc-mt2701-afe-y := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
|
||||
obj-$(CONFIG_SND_SOC_MT2701) += snd-soc-mt2701-afe.o
|
||||
|
||||
# machine driver
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt6797-afe-objs := \
|
||||
snd-soc-mt6797-afe-y := \
|
||||
mt6797-afe-pcm.o \
|
||||
mt6797-afe-clk.o \
|
||||
mt6797-dai-pcm.o \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt7986-afe-objs := \
|
||||
snd-soc-mt7986-afe-y := \
|
||||
mt7986-afe-pcm.o \
|
||||
mt7986-dai-etdm.o
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt8183-afe-objs := \
|
||||
snd-soc-mt8183-afe-y := \
|
||||
mt8183-afe-pcm.o \
|
||||
mt8183-afe-clk.o \
|
||||
mt8183-dai-i2s.o \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt8186-afe-objs := \
|
||||
snd-soc-mt8186-afe-y := \
|
||||
mt8186-afe-pcm.o \
|
||||
mt8186-audsys-clk.o \
|
||||
mt8186-afe-clk.o \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt8188-afe-objs := \
|
||||
snd-soc-mt8188-afe-y := \
|
||||
mt8188-afe-clk.o \
|
||||
mt8188-afe-pcm.o \
|
||||
mt8188-audsys-clk.o \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt8192-afe-objs := \
|
||||
snd-soc-mt8192-afe-y := \
|
||||
mt8192-afe-pcm.o \
|
||||
mt8192-afe-clk.o \
|
||||
mt8192-afe-gpio.o \
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# platform driver
|
||||
snd-soc-mt8195-afe-objs := \
|
||||
snd-soc-mt8195-afe-y := \
|
||||
mt8195-audsys-clk.o \
|
||||
mt8195-afe-clk.o \
|
||||
mt8195-afe-pcm.o \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user