ASoC: SOF: amd: Fix build error with built-in config
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 May 2024 07:36:54 +0000 (09:36 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 May 2024 09:41:23 +0000 (11:41 +0200)
commit9b4843e877c86538eaf0bc6fdb3d0f2ffc0ffd2c
tree7b89cd4ed7570af036312fdee16ab06ee5c733a5
parent3a07362fab1653d3aca31a9155c8cc776138fd02
ASoC: SOF: amd: Fix build error with built-in config

Makefile in AMD ACP driver has a line substitution with "=" instead of
"+="; this overrides the preexisting item, hence it broke the build
after the recent change to replace *-objs with *-y.

This patch corrects the line.

Fixes: 1a74b21ce59f ("ASoC: SOF: amd: Add Probe functionality support for amd platforms.")
Fixes: 9c2f5b6eb8b7 ("ASoC: SOF: Use *-y instead of *-objs in Makefile")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/r/20240510170305.03b67d9f@canb.auug.org.au
Link: https://lore.kernel.org/r/20240510073656.23491-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/soc/sof/amd/Makefile