projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8359ea9
)
ASoC: cs40l50: Use *-y for Makefile
author
Takashi Iwai
<tiwai@suse.de>
Tue, 3 Dec 2024 14:18:16 +0000
(15:18 +0100)
committer
Mark Brown
<broonie@kernel.org>
Tue, 3 Dec 2024 14:46:58 +0000
(14:46 +0000)
We should use *-y instead of *-objs in Makefile for the module
objects. *-objs is used rather for host programs.
Fixes:
c486def5b3ba
("ASoC: cs40l50: Support I2S streaming to CS40L50")
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Link:
https://patch.msgid.link/20241203141823.22393-2-tiwai@suse.de
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Makefile
b/sound/soc/codecs/Makefile
index f37e82ddb7a1042bf175d83f7b12a826fc9be320..57d3aab27d2feac944a774ca27ac9d96f6e944f6 100644
(file)
--- a/
sound/soc/codecs/Makefile
+++ b/
sound/soc/codecs/Makefile
@@
-80,7
+80,7
@@
snd-soc-cs35l56-shared-y := cs35l56-shared.o
snd-soc-cs35l56-i2c-y := cs35l56-i2c.o
snd-soc-cs35l56-spi-y := cs35l56-spi.o
snd-soc-cs35l56-sdw-y := cs35l56-sdw.o
-snd-soc-cs40l50-
objs
:= cs40l50-codec.o
+snd-soc-cs40l50-
y
:= cs40l50-codec.o
snd-soc-cs42l42-y := cs42l42.o
snd-soc-cs42l42-i2c-y := cs42l42-i2c.o
snd-soc-cs42l42-sdw-y := cs42l42-sdw.o