]> git.ipfire.org Git - thirdparty/linux.git/commit
ASoC: SDCA: Use *-y for Makefile
authorTakashi Iwai <tiwai@suse.de>
Tue, 3 Dec 2024 14:18:18 +0000 (15:18 +0100)
committerMark Brown <broonie@kernel.org>
Tue, 3 Dec 2024 14:46:59 +0000 (14:46 +0000)
commitf60646d9c3bd5b390728ed1a1caa9ded53d47afc
treee89f6ce049222d30af2cb5974f5075bc61bb0683
parente9d2a2f49244d9737f0ec33f4b7f3580faecd805
ASoC: SDCA: Use *-y for Makefile

We should use *-y instead of *-objs in Makefile for the module
objects.  *-objs is used rather for host programs.

Fixes: 3a513da1ae33 ("ASoC: SDCA: add initial module")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link: https://patch.msgid.link/20241203141823.22393-4-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sdca/Makefile