ASoC: Makefile: Fix simultaneous build of KUNIT tests
authorAmadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Wed, 20 Jul 2022 12:51:15 +0000 (14:51 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 20 Jul 2022 20:43:52 +0000 (21:43 +0100)
commitf4d92d9757e6b0adf24d227e414dac867555c9e2
tree96873a1be4c9aca41f589bb9a7e23df827f3134a
parentb87ee706b83eea9020772706aa47a9bf497f0366
ASoC: Makefile: Fix simultaneous build of KUNIT tests

Using obj-$() := instead of obj-$() += leads to the latter assignment
overwriting earlier value. Fix this by using incremental assignment to
add additional objects to build.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Reviewed-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220720125115.1785426-1-amadeuszx.slawinski@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/Makefile